Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Fix checkmark not checking
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Mar 20, 2024
1 parent f06621a commit 8579f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActiveDirectoryQuerier/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<!-- END of Button ComboBox-->
<CheckBox Grid.Row="2" Grid.Column="0" Content="Editing" HorizontalAlignment="Left"
Margin="10,6,10,0"
VerticalAlignment="Top" IsChecked="{Binding QueryEditingEnabled}" Height="15"
VerticalAlignment="Top" IsChecked="{Binding IsQueryEditingEnabled}" Height="15"
Width="57" />
</Grid>
<!-- ROW 0 END -->
Expand Down

0 comments on commit 8579f1c

Please sign in to comment.