We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3243744 commit 31a046dCopy full SHA for 31a046d
MemPlus/Views/Windows/SettingsWindow.xaml.cs
@@ -98,6 +98,8 @@ private void LoadProperties()
98
ChbNotifyIcon.IsChecked = Properties.Settings.Default.NotifyIcon;
99
if (Properties.Settings.Default.WindowDragging)
100
{
101
+ // Remove previously added event handler if applicable
102
+ MouseDown -= OnMouseDown;
103
MouseDown += OnMouseDown;
104
ChbWindowDraggable.IsChecked = true;
105
}
0 commit comments