We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e772c1f + 572fe8f commit eda29e1Copy full SHA for eda29e1
lib/matplotlib/backends/backend_qt5.py
@@ -507,7 +507,7 @@ def draw_idle(self):
507
# accumulate multiple draw requests from event handling.
508
# TODO: queued signal connection might be safer than singleShot
509
if not (getattr(self, '_draw_pending', False) or
510
- getattr(self, '._is_drawing', False)):
+ getattr(self, '_is_drawing', False)):
511
self._draw_pending = True
512
QtCore.QTimer.singleShot(0, self._draw_idle)
513
0 commit comments