You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Close all plot windows of a blocking show() on Ctrl+C
Addresses the Qt part of #23385.
It appears that `qapp.quit()` does not automatically close the windows
of the app. We therefore do it explicitly.
A unit test for this would be quite complex. Test this
by hand by Ctrl+C in an interactive shell.
0 commit comments