Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
BUG: clear events before destroying windows in tkagg#9956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This works fine for me on OS X, with no unsightly messages. |
anntzer commentedDec 9, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This is not fixed by#9275 (dunno, just asking)? |
No. I was testing off master and got those errors |
duynguyenhoang commentedDec 11, 2017
Fixed#9856 for me |
May not be the perfect solution, but is an improvement over status-quo. |
Fixes issue#9856 by clearing events while destroying.
Alternative implementation: call
flush_events()
inclose_events()
inFigureCanvasAgg
, which might help other backends?PR Checklist