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.
1 parent 31d2c2f commit 076653fCopy full SHA for 076653f
2 files changed
lib/matplotlib/backends/backend_agg.py
@@ -418,15 +418,11 @@ def draw(self):
418
419
toolbar = self.toolbar
420
try:
421
- # if toolbar:
422
- # toolbar.set_cursor(cursors.WAIT)
423
self.figure.draw(self.renderer)
424
# A GUI class may be need to update a window using this draw, so
425
# don't forget to call the superclass.
426
super().draw()
427
finally:
428
429
- # toolbar.set_cursor(toolbar._lastCursor)
430
RendererAgg.lock.release()
431
432
def get_renderer(self, cleared=False):
0 commit comments