mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
fix some ui events
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user