[~] minor
This commit is contained in:
@@ -159,7 +159,7 @@ class CTkTableFrame(ctk.CTkFrame):
|
|||||||
|
|
||||||
def clean(self):
|
def clean(self):
|
||||||
self.__clean_table()
|
self.__clean_table()
|
||||||
self.loading_frame.winfo_children()[0].configure(text=self.loading_data)
|
self.loading_frame.winfo_children()[0].configure(text=self.loading_title)
|
||||||
self.loading_frame.pack(fill="both", expand=True)
|
self.loading_frame.pack(fill="both", expand=True)
|
||||||
self.update_idletasks()
|
self.update_idletasks()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user