mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-07-02 17:40:58 +02:00
fix(plot_base/mouse_interactions.py): fixed parent
This commit is contained in:
committed by
Jan Wyzula
co-authored by
Jan Wyzula
parent
6bf4c53805
commit
66e9445760
@@ -44,7 +44,7 @@ class MouseInteractionToolbarBundle(ToolbarBundle):
|
||||
initial_action="drag_mode",
|
||||
tooltip="Mouse Modes",
|
||||
checkable=True,
|
||||
parent=self,
|
||||
parent=self.target_widget,
|
||||
)
|
||||
|
||||
# Add them to the bundle
|
||||
|
||||
Reference in New Issue
Block a user