Changement sur la comparaison d'adresse.

This commit is contained in:
Ambulance Clerc
2023-04-25 13:55:42 +02:00
parent 9ba8998c32
commit a94b2cc0d6
3 changed files with 6 additions and 6 deletions

View File

@@ -100,10 +100,10 @@ class Check_addresses_popup(Toplevel):
value_color = "red"
con = "*"
Label(new_frame, text=label, font=label_font).grid(row=self.x_row, column=0, sticky="W")
Label(new_frame, text=con + str1 + con, fg=value_color).grid(row=self.x_row, column=1, sticky="W")
Label(old_frame, text=label, font=label_font).grid(row=self.x_row, column=0, sticky="W")
Label(old_frame, text=con + str2 + con, fg=value_color).grid(row=self.x_row, column=1, sticky="W")
Label(new_frame, text=str(label), font=label_font).grid(row=self.x_row, column=0, sticky="W")
Label(new_frame, text=con + str(str1) + con, fg=value_color).grid(row=self.x_row, column=1, sticky="W")
Label(old_frame, text=str(label), font=label_font).grid(row=self.x_row, column=0, sticky="W")
Label(old_frame, text=con + str(str2) + con, fg=value_color).grid(row=self.x_row, column=1, sticky="W")
self.x_row += 1

View File

@@ -1 +1 @@
20230421-0754
20230425-1355

View File

@@ -1 +1 @@
VERSION = "20230421-0754"
VERSION = "20230425-1355"