Browse Source

Move comment back to where it was

pull/3240/head
Christoph Wille 11 months ago
parent
commit
5ab8dcf8f8
  1. 3
      ILSpy/MainWindow.xaml

3
ILSpy/MainWindow.xaml

@ -146,8 +146,7 @@
<Style TargetType="{x:Type MenuItem}" BasedOn="{StaticResource {x:Type MenuItem}}"> <Style TargetType="{x:Type MenuItem}" BasedOn="{StaticResource {x:Type MenuItem}}">
<Setter Property="Command" Value="{x:Static local:ILSpyCommands.SetTheme}" /> <Setter Property="Command" Value="{x:Static local:ILSpyCommands.SetTheme}" />
<Setter Property="CommandParameter" Value="{Binding}" /> <Setter Property="CommandParameter" Value="{Binding}" />
<Setter Property="IsCheckable" Value="True" /> <Setter Property="IsCheckable" Value="True" /><!-- Required by AvalonDock's MenuItem style to show the checkmark -->
<!-- Required by AvalonDock's MenuItem style to show the checkmark -->
<Setter Property="IsChecked"> <Setter Property="IsChecked">
<Setter.Value> <Setter.Value>
<MultiBinding Converter="{x:Static toms:BinaryOperationConverter.Equality}" Mode="OneWay"> <MultiBinding Converter="{x:Static toms:BinaryOperationConverter.Equality}" Mode="OneWay">

Loading…
Cancel
Save