Skip to content

Commit

Permalink
remove unused commandtarget in win_options
Browse files Browse the repository at this point in the history
  • Loading branch information
changbowen committed Nov 15, 2019
1 parent aa30f2c commit 46a4734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Win_Options.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<Grid.Resources>
<Style TargetType="Button" BasedOn="{StaticResource ContentControlBaseStyle}">
<Setter Property="Margin" Value="4 0"/>
<Setter Property="CommandTarget" Value="{Binding RTB_Main, ElementName=FB1, Mode=OneWay}"/>
<Style.Triggers>
<Trigger Property="IsPressed" Value="True">
<Setter Property="Background" Value="{DynamicResource {x:Static SystemColors.ControlDarkBrushKey}}"/>
Expand Down

0 comments on commit 46a4734

Please sign in to comment.