From 3c7177c2fb9c2f53015f23b600fb2092953912f8 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 4 Nov 2020 00:39:29 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=E6=8E=A7=E4=BB=B6?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BF=9D=E6=8A=A4=E6=9C=BA=E5=88=B6=EF=BC=8C?= =?UTF-8?q?=E6=89=BE=E4=B8=8D=E5=88=B0=E5=AF=B9=E5=BA=94=E5=80=BC=E9=9A=90?= =?UTF-8?q?=E8=97=8F=E8=87=AA=E5=B7=B1=E9=98=B2=E6=AD=A2=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zframework/widget.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Zframework/widget.lua b/Zframework/widget.lua index 97b2a0aa..e362fda5 100644 --- a/Zframework/widget.lua +++ b/Zframework/widget.lua @@ -482,9 +482,11 @@ function selector:reset() if L[i]==V then self.select=i self.selText=self.list[i] - break + return end end + self.hide=true + LOG.print("Selector "..self.name.." dead, disp= "..tostring(V),"warn") end function selector:isAbove(x,y) return