修复双击标题栏软件关闭的问题

develop
lhiven 11 months ago
parent 68d882e4c7
commit cd680e82c9

@ -84,10 +84,10 @@ namespace Rs.MotionPlat
if (e.Button == MouseButtons.Left) if (e.Button == MouseButtons.Left)
{ {
if (e.Clicks == 2) //if (e.Clicks == 2)
{ //{
this.Close(); // this.Close();
} //}
pressed = true; pressed = true;
curPoint = this.Location; curPoint = this.Location;
startPoint = e.Location; startPoint = e.Location;

Loading…
Cancel
Save