修复textbox控件clear后忘了重置new属性
This commit is contained in:
@@ -741,6 +741,7 @@ function inputBox:reset()
|
||||
end
|
||||
function inputBox:clear()
|
||||
self.value=""
|
||||
self.new=false
|
||||
end
|
||||
function inputBox:isAbove(x,y)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user