Skip to content

Commit

Permalink
Merge pull request #2 from lingme/lingme-patch-2
Browse files Browse the repository at this point in the history
Update MainWindow.xaml.cs
  • Loading branch information
lingme authored Nov 21, 2022
2 parents 15dc945 + 1f93121 commit df99cf2
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 df99cf2

Please sign in to comment.