8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46949c commit 04f17f8Copy full SHA for 04f17f8
lib/matplotlib/backends/_backend_gtk.py
@@ -28,7 +28,7 @@ def _shutdown_application(app):
28
# The application might prematurely shut down if Ctrl-C'd out of IPython,
29
# so close all windows.
30
for win in app.get_windows():
31
- win.destroy()
+ win.close()
32
# The PyGObject wrapper incorrectly thinks that None is not allowed, or we
33
# would call this:
34
# Gio.Application.set_default(None)
0 commit comments