Handle the passing of the child of the toolitem to the WidgetInvoker in ToolInvoker, FrameWidgetInvoker
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user