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 e772c1f commit 572fe8fCopy full SHA for 572fe8f
1 file changed
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