mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-20 13:26:56 +02:00
fix(moduar-toolbar): fix cleanup of modular toolbar and dock_area
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user