fix(moduar-toolbar): fix cleanup of modular toolbar and dock_area

This commit is contained in:
2025-04-11 18:02:00 +02:00
committed by wakonig_k
parent 8fbd54c3aa
commit c70cd9d6e8
6 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ class PlotBase(BECWidget, QWidget):
self.plot_item = pg.PlotItem(viewBox=BECViewBox(enableMenu=True))
self.plot_widget.addItem(self.plot_item)
self.side_panel = SidePanel(self, orientation="left", panel_max_width=280)
self.toolbar = ModularToolBar(target_widget=self, orientation="horizontal")
self.toolbar = ModularToolBar(parent=self, target_widget=self, orientation="horizontal")
self._init_toolbar()
# PlotItem Addons