mirror of
https://github.com/TomSchimansky/CustomTkinter.git
synced 2023-08-10 21:13:13 +03:00
finished image example
This commit is contained in:
@ -94,8 +94,6 @@ class CTkFrame(CTkBaseClass):
|
||||
def _draw(self, no_color_updates=False):
|
||||
super()._draw(no_color_updates)
|
||||
|
||||
print("frame draw", no_color_updates)
|
||||
|
||||
if not self._canvas.winfo_exists():
|
||||
return
|
||||
|
||||
|
Reference in New Issue
Block a user