1
0
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:
2025-07-24 16:05:33 +02:00
committed by Jan Wyzula
parent 2bd6d00899
commit e42ffd7c01

View File

@@ -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.