[issue42479] Canvas's create_image method not work in some situaction.

2020-11-27 Thread IceWorm
Change by IceWorm : -- stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue42479] Canvas's create_image method not work in some situaction.

2020-11-27 Thread IceWorm
New submission from IceWorm : create a window using Tk() create canvas create image using create_image enter main loop IT OK ABOVE - BUT BELOW WILL not show image. just extract code to a method. def setupUI(winddow): create canvas create image using create_