mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-17 03:46:58 +02:00
fix(moduar-toolbar): fix cleanup of modular toolbar and dock_area
This commit is contained in:
@@ -76,6 +76,7 @@ class BECQueue(BECWidget, CompactPopupWidget):
|
||||
widget_label = QLabel("Live Queue")
|
||||
widget_label.setStyleSheet("font-weight: bold;")
|
||||
self.toolbar = ModularToolBar(
|
||||
parent=self,
|
||||
actions={
|
||||
"widget_label": WidgetAction(widget=widget_label),
|
||||
"separator_1": SeparatorAction(),
|
||||
|
||||
Reference in New Issue
Block a user