]> granicus.if.org Git - python/commit
Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog only
authorGuilherme Polo <ggpolo@gmail.com>
Sat, 7 Mar 2009 02:14:38 +0000 (02:14 +0000)
committerGuilherme Polo <ggpolo@gmail.com>
Sat, 7 Mar 2009 02:14:38 +0000 (02:14 +0000)
commit15d57653f1ef6f7b5321c50e3bf03994d0428497
treef0b3569cd42efa64c978c94b82a11993ae0cbeea
parent3768b2f4ce6660485399425aa09fbf6381900259
Fixed issue #2638: Show a window constructed with tkSimpleDialog.Dialog only
after it is has been populated and properly configured in order to prevent
window flashing.
Lib/lib-tk/tkSimpleDialog.py
Misc/NEWS