From 56b2a41eeee2effccba8b5d57c92284ca9f0463e Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 14 Jul 2021 18:58:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=BB=91=E6=9D=A1=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6=E6=B5=8B=E8=AF=95=E5=A3=B0=E9=9F=B3=E7=9A=84=E9=97=B4?= =?UTF-8?q?=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/widget.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zframework/widget.lua b/Zframework/widget.lua index 43e17686..878a185b 100644 --- a/Zframework/widget.lua +++ b/Zframework/widget.lua @@ -537,7 +537,7 @@ function slider:drag(x) if p~=P then self.code(P) end - if self.change and TIME()-self.lastTime>.26 then + if self.change and TIME()-self.lastTime>.5 then self.lastTime=TIME() self.change() end