fix tooltip crash

This commit is contained in:
Eduardo Bart
2011-11-03 17:32:50 -02:00
parent dbbfe0b3ea
commit 6d6479e4a9
2 changed files with 4 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ function ToolTip.display(text)
size.width = size.width + 4
size.height = size.height + 4
currentToolTip:setSize(size)
moveToolTip(currentToolTip)
end
end