Message72425
Chooser._fixresult in the tkColorChooser module uses "if not result" to
check if user canceled the dialog, but nowadays Tk may return a cached
object that contains the result we are after, so, this object will not
simply evaluate to false and _fixresult will act like if the user didn't
cancel the dialog.
The fix is simple, just get the real value of result in that check. |
|
Date |
User |
Action |
Args |
2008-09-03 22:32:11 | gpolo | set | recipients:
+ gpolo |
2008-09-03 22:32:11 | gpolo | set | messageid: <1220481131.49.0.0978802326192.issue3767@psf.upfronthosting.co.za> |
2008-09-03 22:32:10 | gpolo | link | issue3767 messages |
2008-09-03 22:32:10 | gpolo | create | |
|