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 jmccabe
Recipients christian.heimes, epaine, jmccabe, serhiy.storchaka, terry.reedy
Date 2021-01-10.21:16:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610313399.51.0.503424821586.issue42867@roundup.psfhosted.org>
In-reply-to
Content
Apologies, I couldn't find an edit button! That last comment should've said:

"As before, changing:

self.createWidgets()

to:

self.after_idle(self.createWidgets)

avoids the issue."
History
Date User Action Args
2021-01-10 21:16:39jmccabesetrecipients: + jmccabe, terry.reedy, christian.heimes, serhiy.storchaka, epaine
2021-01-10 21:16:39jmccabesetmessageid: <1610313399.51.0.503424821586.issue42867@roundup.psfhosted.org>
2021-01-10 21:16:39jmccabelinkissue42867 messages
2021-01-10 21:16:39jmccabecreate