invert widget event propagation order

This commit is contained in:
Eduardo Bart
2012-01-05 00:42:17 -02:00
parent 24c1f05d66
commit c9280ecf9d
11 changed files with 112 additions and 67 deletions

View File

@@ -69,4 +69,4 @@ local function onRootGeometryUpdate()
end
end
connect(rootWidget, { onGeometryUpdate = onRootGeometryUpdate} )
connect(rootWidget, { onGeometryChange = onRootGeometryUpdate} )

View File

@@ -1,6 +1,7 @@
VipListLabel < GameLabel
font: verdana-11px-monochrome
margin-left: 5
phantom: false
&onMousePress: VipList.onVipListLabelMousePress
MiniWindow