finished image example

This commit is contained in:
Tom Schimansky
2022-11-30 22:59:55 +01:00
parent 0d8a79d783
commit f3d90821ce
5 changed files with 44 additions and 28 deletions

View File

@ -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