fix some ui events

This commit is contained in:
Eduardo Bart
2011-08-14 15:02:28 -03:00
parent afc197f2dc
commit 80564b9dff
4 changed files with 7 additions and 16 deletions

View File

@@ -14,8 +14,8 @@ function MessageBox.create(title, text, flags)
window.id = "messageBoxWindow"
window.title = title
window:centerIn("parent")
--window:setLocked(true)
rootWidget:addChild(window)
window:lock()
-- create messagebox label
local label = UILabel.create()