From cd680e82c9af566f97f66542369aca3f563043f2 Mon Sep 17 00:00:00 2001 From: lhiven Date: Fri, 28 Jun 2024 13:50:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8F=8C=E5=87=BB=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E6=A0=8F=E8=BD=AF=E4=BB=B6=E5=85=B3=E9=97=AD=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.SkyLine/BaseFormHeader.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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;