Export der Migrationsfunktion bestückt.

This commit is contained in:
2024-03-19 17:05:48 +01:00
parent 0e4b218563
commit 8e6b7466a6
3 changed files with 138 additions and 106 deletions
+2 -2
View File
@@ -1666,9 +1666,9 @@ class RightFrameZusatzinfos(AllFrames):
self.zusatzinfos_bendef_text['state'] = data["zusatzinfos_bendef_text"]
def highlight_labels(self, labels):
if "Zusatzinformationen automatisch" in labels:
if "Zusatzinformationen automatisch" in labels:
self.zusatzinfos_auto_label.configure(foreground='red')
if "Zusatzinformationen Benutzerdefiniert" in labels:
if "Zusatzinformationen Benutzerdefiniert" in labels:
self.zusatzinfos_bendef_label.configure(foreground='red')
def reset_labels(self):
self.zusatzinfos_auto_label.configure(foreground='black')