From 53f12652527f3e5249e6fb867e2a65f6406dc82b Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Tue, 18 Sep 2007 12:24:16 +0000 Subject: Handle the passing of the child of the toolitem to the WidgetInvoker in ToolInvoker, FrameWidgetInvoker --- (limited to 'shell') diff --git a/shell/view/frame/frameinvoker.py b/shell/view/frame/frameinvoker.py index 2b41655..07dc9d8 100644 --- a/shell/view/frame/frameinvoker.py +++ b/shell/view/frame/frameinvoker.py @@ -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() -- cgit v0.9.1