Trim current colour label text
This commit is contained in:
parent
b4b6fa4e87
commit
76073ab0b5
|
|
@ -91,7 +91,7 @@ class ColorPickerMixin:
|
||||||
pass
|
pass
|
||||||
if hasattr(self, "current_colour_label"):
|
if hasattr(self, "current_colour_label"):
|
||||||
try:
|
try:
|
||||||
self.current_colour_label.configure(text=f"Aktuelle Farbe ({hex_colour})")
|
self.current_colour_label.configure(text=f"({hex_colour})")
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue