From 8d8a78c9f58107b24dd98fbe4b877b3c07b3d08d Mon Sep 17 00:00:00 2001 From: Oleksandr Bezdieniezhnykh Date: Wed, 14 Aug 2024 02:22:41 +0300 Subject: [PATCH] save config after grid resize --- Azaion.Annotator/MainWindow.xaml.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Azaion.Annotator/MainWindow.xaml.cs b/Azaion.Annotator/MainWindow.xaml.cs index be98a81..406aa1c 100644 --- a/Azaion.Annotator/MainWindow.xaml.cs +++ b/Azaion.Annotator/MainWindow.xaml.cs @@ -352,11 +352,6 @@ public partial class MainWindow }; } - private void Thumb_OnDragCompleted_(object sender, DragCompletedEventArgs e) - { - throw new NotImplementedException(); - } - private void Thumb_OnDragCompleted(object sender, DragCompletedEventArgs e) => _ = SaveUserSettings(); }