From dc0318092adb632311a023298a1fd10bded15c0e Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 30 Jan 2021 22:14:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=B8=80=E7=82=B9=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/widget.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Zframework/widget.lua b/Zframework/widget.lua index 96b2b53d..4c63d838 100644 --- a/Zframework/widget.lua +++ b/Zframework/widget.lua @@ -368,7 +368,7 @@ local slider={ ATV=0,--Activating time(0~8) TAT=0,--Text activating time(0~180) pos=0,--Position shown - lastTime=0, + lastTime=0,--Last value changing time } local sliderShowFunc={ int=function(S) @@ -800,10 +800,10 @@ end local textBox={ type="textBox", - scrollPos=0, - scrollPix=0, - sure=0, - new=false, + scrollPos=0,--Which line display at bottom + scrollPix=0,--Hidden wheel move value + sure=0,--Sure-timer for clear history + new=false,--If there is a new message -- texts={}, } function textBox:reset()