Skip to content

Commit

Permalink
Update MainWindow.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
lingme authored Nov 21, 2022
1 parent 15dc945 commit 1f93121
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ZonxScreenColor/ZonxScreenColor/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ private void PickImage_MouseMove(object sender, MouseEventArgs e)
if (e.LeftButton == MouseButtonState.Pressed)
{
this.DragMove();
pickImage.MouseMove += PickImage_MouseMove;
}
}
}
Expand Down

0 comments on commit 1f93121

Please sign in to comment.