fix(plot_base/mouse_interactions.py): fixed parent

This commit is contained in:
2025-05-26 14:22:51 +02:00
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