8000 Fix crash when running Gtk3 backend inside of IPython · matplotlib/matplotlib@962c156 · GitHub
[go: up one dir, main page]

Skip to content

Commit 962c156

Browse files
committed
Fix crash when running Gtk3 backend inside of IPython
1 parent a0bb747 commit 962c156

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/backends/backend_gtk3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,6 @@ def destroy(self, *args):
427427
self.canvas.destroy()
428428
if self.toolbar:
429429
self.toolbar.destroy()
430-
self.__dict__.clear() #Is this needed? Other backends don't have it.
431430

432431
if Gcf.get_num_fig_managers()==0 and \
433432
not matplotlib.is_interactive() and \

0 commit comments

Comments
 (0)
0