[issue30870] IDLE: configdialog/fonts: change font when select by key up/down

Louie Lu report at bugs.python.org
Tue Jul 11 03:08:26 EDT 2017


Louie Lu added the comment:

configdialog misuse `self.withdraw` at init, it should be `self.wm_withdraw`, #30900 fix this problem. After that, it should be a success to use event_generate in configdialog unittest with no `self.withdraw`.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30870>
_______________________________________


More information about the Python-bugs-list mailing list