New submission from Ben Li-Sauerwine :
One would expect that calling TKinter.Tk.geometry(tk.winfo_geometry()) would be
idempotent. However, based on the system window frame, it is not and doing so
moves the window down the screen.
Running the example below reproduces the issue
Change by Ben Li-Sauerwine :
--
type: -> behavior
___
Python tracker
<https://bugs.python.org/issue40945>
___
___
Python-bugs-list mailing list
Unsubscrib
Ben Li-Sauerwine 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