[issue40945] TKinter.Tk.geometry(Tk.winfo_geometry()) should be idempotent

Ben Li-Sauerwine report at bugs.python.org
Fri Jun 12 11:22:19 EDT 2020


Ben Li-Sauerwine <bsauerwine at gmail.com> added the comment:

Thanks for clarifying.  Using Tk.geometry() instead of Tk.winfo_geometry() does indeed resolve the issue on Linux.

Weird that using Tk.winfo_geometry() is idempotent under Windows, though.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40945>
_______________________________________


More information about the Python-bugs-list mailing list