From f890f9fdf122b4f6fb8a2149a03b81a8ce5f1502 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 22 Apr 2021 16:45:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DtextBox=E6=8E=A7=E4=BB=B6?= =?UTF-8?q?=E5=A4=96=E6=A1=86=E9=A2=9C=E8=89=B2=E4=B8=8D=E6=AD=A3=E7=A1=AE?= 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 7cfadc70..dbe6fe5f 100644 --- a/Zframework/widget.lua +++ b/Zframework/widget.lua @@ -909,7 +909,7 @@ function textBox:draw() --Frame gc.setLineWidth(4) - gc.setColor(COLOR[WIDGET.sel==self and"Y"or"W"]) + gc.setColor(COLOR[WIDGET.sel==self and"Y"or"Z"]) gc.rectangle("line",x,y,w,h) --Slider