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