diff --git a/MainWindow.xaml.cs b/MainWindow.xaml.cs index 7329f35..39c3622 100644 --- a/MainWindow.xaml.cs +++ b/MainWindow.xaml.cs @@ -366,6 +366,7 @@ private void minimizeButton_MouseLeftButtonDown(object sender, MouseButtonEventA private void getCoordsBtn_Click(object sender, RoutedEventArgs e) { this.WindowState = WindowState.Minimized; + coordsCBtn.IsChecked = true; GetCursorPos win = new GetCursorPos(); win.Owner = this; win.Show();