修复textbox控件clear后忘了重置new属性

This commit is contained in:
MrZ626
2021-05-03 13:23:13 +08:00
parent d90f0f3e86
commit 1038e75a64

View File

@@ -741,6 +741,7 @@ function inputBox:reset()
end
function inputBox:clear()
self.value=""
self.new=false
end
function inputBox:isAbove(x,y)
return