From 66e9445760f2796c008d08feba54c3d48e4a9cfb Mon Sep 17 00:00:00 2001 From: wyzula-jan Date: Thu, 15 May 2025 21:38:37 +0200 Subject: [PATCH] fix(plot_base/mouse_interactions.py): fixed parent --- bec_widgets/widgets/plots/toolbar_bundles/mouse_interactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bec_widgets/widgets/plots/toolbar_bundles/mouse_interactions.py b/bec_widgets/widgets/plots/toolbar_bundles/mouse_interactions.py index 390d9585..fba15470 100644 --- a/bec_widgets/widgets/plots/toolbar_bundles/mouse_interactions.py +++ b/bec_widgets/widgets/plots/toolbar_bundles/mouse_interactions.py @@ -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