From 45cfb8fdbeea65a696a6f579809e7836a78d112a Mon Sep 17 00:00:00 2001 From: tom-englert Date: Sat, 3 Aug 2024 15:10:02 +0200 Subject: [PATCH] Fix #3249: Settings panel shows strange hover/selection behavior --- ILSpy/Options/DecompilerSettingsPanel.xaml | 82 ++++++++++------------ ILSpy/Options/DisplaySettingsPanel.xaml | 1 - 2 files changed, 39 insertions(+), 44 deletions(-) diff --git a/ILSpy/Options/DecompilerSettingsPanel.xaml b/ILSpy/Options/DecompilerSettingsPanel.xaml index 2e16f5054..f257d8654 100644 --- a/ILSpy/Options/DecompilerSettingsPanel.xaml +++ b/ILSpy/Options/DecompilerSettingsPanel.xaml @@ -1,9 +1,12 @@  + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:properties="clr-namespace:ICSharpCode.ILSpy.Properties" + xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" + xmlns:d="http://schemas.microsoft.com/expression/blend/2008" + xmlns:options="clr-namespace:ICSharpCode.ILSpy.Options" + d:DataContext="{d:DesignInstance options:DecompilerSettingsViewModel}"> @@ -20,44 +23,37 @@ - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ILSpy/Options/DisplaySettingsPanel.xaml b/ILSpy/Options/DisplaySettingsPanel.xaml index 846a33c06..52f5c3ab1 100644 --- a/ILSpy/Options/DisplaySettingsPanel.xaml +++ b/ILSpy/Options/DisplaySettingsPanel.xaml @@ -7,7 +7,6 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:themes="clr-namespace:ICSharpCode.ILSpy.Themes" - xmlns:toms="urn:TomsToolbox" d:DataContext="{d:DesignInstance local:DisplaySettingsViewModel}">