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 7bba84b + 9f766a7 commit 8ea326cCopy full SHA for 8ea326c
1 file changed
lib/matplotlib/backends/backend_qt5.py
@@ -477,7 +477,7 @@ def draw_idle(self):
477
# accumulate multiple draw requests from event handling.
478
# TODO: queued signal connection might be safer than singleShot
479
if not (getattr(self, '_draw_pending', False) or
480
- getattr(self, '._is_drawing', False)):
+ getattr(self, '_is_drawing', False)):
481
self._draw_pending = True
482
QtCore.QTimer.singleShot(0, self._draw_idle)
483
0 commit comments