Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Alphaclicker/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,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();
Expand Down