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