Optimize table render
This commit is contained in:
parent
7a03d041d6
commit
396f0f47ff
@ -200,7 +200,8 @@ class CTkTableFrame(ctk.CTkFrame):
|
|||||||
def redraw(self):
|
def redraw(self):
|
||||||
"""Перерисовывает таблицу."""
|
"""Перерисовывает таблицу."""
|
||||||
self.clean()
|
self.clean()
|
||||||
self.create_table()
|
self.update_idletasks()
|
||||||
|
self.after(20, self.create_table)
|
||||||
|
|
||||||
def focus_at_last(self):
|
def focus_at_last(self):
|
||||||
self.focus_at(999)
|
self.focus_at(999)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user