make hover, dragging, press and mouse release work in a proper way

This commit is contained in:
Eduardo Bart
2012-02-07 17:21:53 -02:00
parent d6ade5a8e0
commit e51789378a
9 changed files with 332 additions and 106 deletions

View File

@@ -66,6 +66,7 @@ function ToolTip.display(text)
toolTipLabel:resize(toolTipLabel:getWidth() + 4, toolTipLabel:getHeight() + 4)
toolTipLabel:show()
toolTipLabel:raise()
toolTipLabel:enable()
moveToolTip(toolTipLabel)
end