Trim current colour label text
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user