Skip to content

Commit

Permalink
Move comment back to where it was
Browse files Browse the repository at this point in the history
  • Loading branch information
christophwille committed Jul 28, 2024
1 parent b81569a commit 5ab8dcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ILSpy/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@
<Style TargetType="{x:Type MenuItem}" BasedOn="{StaticResource {x:Type MenuItem}}">
<Setter Property="Command" Value="{x:Static local:ILSpyCommands.SetTheme}" />
<Setter Property="CommandParameter" Value="{Binding}" />
<Setter Property="IsCheckable" Value="True" />
<!-- Required by AvalonDock's MenuItem style to show the checkmark -->
<Setter Property="IsCheckable" Value="True" /><!-- Required by AvalonDock's MenuItem style to show the checkmark -->
<Setter Property="IsChecked">
<Setter.Value>
<MultiBinding Converter="{x:Static toms:BinaryOperationConverter.Equality}" Mode="OneWay">
Expand Down

0 comments on commit 5ab8dcf

Please sign in to comment.