Handle the passing of the child of the toolitem to the WidgetInvoker in ToolInvoker, FrameWidgetInvoker

This commit is contained in:
Simon Schampijer
2007-09-18 14:24:16 +02:00
parent 0b9eb71046
commit 53f1265252
6 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ def _get_screen_area():
class FrameWidgetInvoker(WidgetInvoker):
def __init__(self, widget):
WidgetInvoker.__init__(self, widget)
WidgetInvoker.__init__(self, widget.child)
self._position_hint = self.ANCHORED
self._screen_area = _get_screen_area()