Thanks to visit codestin.com Credit goes to github.com
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.
2 parents e601378 + da31b17 commit a7a3752Copy full SHA for a7a3752
1 file changed
lib/matplotlib/backends/backend_gtk3.py
@@ -187,7 +187,6 @@ def __init__(self, figure):
187
self.set_double_buffered(True)
188
self.set_can_focus(True)
189
self._renderer_init()
190
- default_context = GLib.main_context_get_thread_default() or GLib.main_context_default()
191
192
def destroy(self):
193
#Gtk.DrawingArea.destroy(self)
0 commit comments