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

develop
lhiven 11 months ago
parent 68d882e4c7
commit cd680e82c9

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

Loading…
Cancel
Save