修复textBox控件外框颜色不正确

This commit is contained in:
MrZ626
2021-04-22 16:45:14 +08:00
parent 94412b9c83
commit f890f9fdf1

View File

@@ -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