diff --git a/Rs.SkyLine/BaseFormHeader.cs b/Rs.SkyLine/BaseFormHeader.cs index 37eb9a1..9a3fd2c 100644 --- a/Rs.SkyLine/BaseFormHeader.cs +++ b/Rs.SkyLine/BaseFormHeader.cs @@ -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;