This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ben Li-Sauerwine
Recipients Ben Li-Sauerwine
Date 2020-06-10.20:04:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591819450.72.0.638106419632.issue40945@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-06-10 20:04:10Ben Li-Sauerwinesetrecipients: + Ben Li-Sauerwine
2020-06-10 20:04:10Ben Li-Sauerwinesetmessageid: <1591819450.72.0.638106419632.issue40945@roundup.psfhosted.org>
2020-06-10 20:04:10Ben Li-Sauerwinelinkissue40945 messages
2020-06-10 20:04:10Ben Li-Sauerwinecreate