mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-05-20 05:17:01 +02:00
WIP progress bar inheritance fixed
This commit is contained in:
@@ -26,7 +26,7 @@ class BECProgressBar(BECWidget, QWidget):
|
||||
|
||||
def __init__(self, parent=None, client=None, config=None, gui_id=None, **kwargs):
|
||||
QWidget.__init__(self, parent=parent)
|
||||
BECWidget.__init__(client=client, config=config, gui_id=gui_id, **kwargs)
|
||||
BECWidget.__init__(self, client=client, config=config, gui_id=gui_id, **kwargs)
|
||||
|
||||
accent_colors = get_accent_colors()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user