mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-01-01 11:31:19 +01:00
fix(color_button_native): removed BECWidget inheritance
This commit is contained in:
@@ -7,7 +7,7 @@ from qtpy.QtWidgets import QColorDialog, QPushButton
|
||||
from bec_widgets import BECWidget, SafeProperty, SafeSlot
|
||||
|
||||
|
||||
class ColorButtonNative(BECWidget, QPushButton):
|
||||
class ColorButtonNative(QPushButton):
|
||||
"""A QPushButton subclass that displays a color.
|
||||
|
||||
The background is set to the given color and the button text is the hex code.
|
||||
|
||||
Reference in New Issue
Block a user