MAN1986 / pyamaze

MIT License
75 stars 82 forks source link

_tkinter.TclError: bad argument "zoomed": must be normal, iconic, or withdrawn #12

Closed shgo closed 5 months ago

shgo commented 5 months ago

https://github.com/MAN1986/pyamaze/blob/7486dca7c613ef3d4c874ed2a7def01a3e0a56ae/pyamaze/pyamaze.py#L622

When drawing a new maze, tkinter returns an error:

  File "/usr/lib/python3.12/tkinter/__init__.py", line 2295, in wm_state
    return self.tk.call('wm', 'state', self._w, newstate)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_tkinter.TclError: bad argument "zoomed": must be normal, iconic, or withdrawn

I could trace it to line 622, that should use normal instead of zoomed.

shgo commented 5 months ago

duplicated.....