mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
invert widget event propagation order
This commit is contained in:
@@ -69,4 +69,4 @@ local function onRootGeometryUpdate()
|
||||
end
|
||||
end
|
||||
|
||||
connect(rootWidget, { onGeometryUpdate = onRootGeometryUpdate} )
|
||||
connect(rootWidget, { onGeometryChange = onRootGeometryUpdate} )
|
||||
|
@@ -1,6 +1,7 @@
|
||||
VipListLabel < GameLabel
|
||||
font: verdana-11px-monochrome
|
||||
margin-left: 5
|
||||
phantom: false
|
||||
&onMousePress: VipList.onVipListLabelMousePress
|
||||
|
||||
MiniWindow
|
||||
|
Reference in New Issue
Block a user