[~] minor
This commit is contained in:
parent
6817ee6a81
commit
dcb5fa078a
@ -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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user