8000 Merge pull request #15777 from anntzer/gtk3-shutdown · matplotlib/matplotlib@34734a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 34734a7

Browse files
authored
Merge pull request #15777 from anntzer/gtk3-shutdown
Don't bother disconnecting idle_draw at gtk shutdown.
2 parents 755a176 + 6a8472e commit 34734a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/backends/backend_gtk3.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ def __init__(self, figure):
191191
def destroy(self):
192192
#Gtk.DrawingArea.destroy(self)
193193
self.close_event()
194-
if self._idle_draw_id != 0:
195-
GLib.source_remove(self._idle_draw_id)
196194

197195
def scroll_event(self, widget, event):
198196
x = event.x

0 commit comments

Comments
 (0)
0