Export der Migrationsfunktion bestückt.
This commit is contained in:
+2
-2
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user