From 64c1d1bd08deda26040c25b3b27c68d1c8516f12 Mon Sep 17 00:00:00 2001 From: tom-englert Date: Fri, 2 Aug 2024 08:43:14 +0200 Subject: [PATCH] Update TomsToolbox to fix AdvancedScrollWheelBehavior and apply to all scroll viewers. --- Directory.Packages.props | 2 +- ILSpy/App.xaml | 5 ++++- ILSpy/MainWindow.xaml | 5 ++--- ILSpy/Options/DecompilerSettingsPanel.xaml | 2 +- ILSpy/Options/DisplaySettingsPanel.xaml | 2 +- ILSpy/TextView/DecompilerTextView.xaml | 3 +-- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 26776ab07..3c7a7f15f 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -45,7 +45,7 @@ - + \ No newline at end of file diff --git a/ILSpy/App.xaml b/ILSpy/App.xaml index 151558268..0cfda48ce 100644 --- a/ILSpy/App.xaml +++ b/ILSpy/App.xaml @@ -3,7 +3,6 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:styles="urn:TomsToolbox.Wpf.Styles" xmlns:toms="urn:TomsToolbox" - xmlns:ilSpy="clr-namespace:ICSharpCode.ILSpy" xmlns:themes="clr-namespace:ICSharpCode.ILSpy.Themes" StartupUri="MainWindow.xaml"> @@ -25,5 +24,9 @@ + + \ No newline at end of file diff --git a/ILSpy/MainWindow.xaml b/ILSpy/MainWindow.xaml index cd6b8d9f0..6f423f315 100644 --- a/ILSpy/MainWindow.xaml +++ b/ILSpy/MainWindow.xaml @@ -35,8 +35,7 @@ ShowRoot="False" AllowDropOrder="True" AllowDrop="True" - BorderThickness="0" Visibility="Visible" - toms:AdvancedScrollWheelBehavior.Attach="WithoutAnimation"> + BorderThickness="0" Visibility="Visible">