微调textBox控件的clear方法
This commit is contained in:
@@ -868,11 +868,9 @@ function textBox:scroll(n)
|
||||
end
|
||||
end
|
||||
function textBox:clear()
|
||||
if not self.fix then
|
||||
self.texts={}
|
||||
self.scrollPos=0
|
||||
SFX.play("fall")
|
||||
end
|
||||
self.texts={}
|
||||
self.scrollPos=0
|
||||
SFX.play("fall")
|
||||
end
|
||||
function textBox:draw()
|
||||
local x,y,w,h=self.x,self.y,self.w,self.h
|
||||
|
||||
Reference in New Issue
Block a user