diff options
author | sr55 <[email protected]> | 2019-11-15 22:25:32 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-11-15 22:25:38 +0000 |
commit | 82b85f6119d63457b1949627b4ca72f47c9cd0a3 (patch) | |
tree | 9d7132cafcfab68abf5c06b9366b35931381732b /win/CS/HandBrakeWPF/Themes/Controls/ButtonDark.xaml | |
parent | 4bdd0d443bffe4d7bc1813cced73d8f7555c5931 (diff) |
WinGui: Fix a crash on the Dark theme.
Diffstat (limited to 'win/CS/HandBrakeWPF/Themes/Controls/ButtonDark.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Themes/Controls/ButtonDark.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Themes/Controls/ButtonDark.xaml b/win/CS/HandBrakeWPF/Themes/Controls/ButtonDark.xaml index 80083df5e..926e19360 100644 --- a/win/CS/HandBrakeWPF/Themes/Controls/ButtonDark.xaml +++ b/win/CS/HandBrakeWPF/Themes/Controls/ButtonDark.xaml @@ -7,7 +7,7 @@ <SolidColorBrush x:Key="Button.Disabled.Foreground" Color="#FF838383" /> <Style TargetType="{x:Type Button}"> - <Setter Property="FocusVisualStyle" Value="{StaticResource FocusVisual}"/> + <!--<Setter Property="FocusVisualStyle" Value="{StaticResource FocusVisual}"/>--> <Setter Property="Background" Value="{DynamicResource Ui.Light}" /> <Setter Property="BorderBrush" Value="{StaticResource Button.Static.Border}" /> <Setter Property="Foreground" Value="{DynamicResource {x:Static SystemColors.ControlTextBrushKey}}" /> |