Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit eda29e1

Browse filesBrowse files
authored
Merge pull request #15423 from meeseeksmachine/auto-backport-of-pr-15422-on-v2.2.x
Backport PR #15422 on branch v2.2.x (FIX: typo in attribute lookup)
2 parents e772c1f + 572fe8f commit eda29e1
Copy full SHA for eda29e1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/backends/backend_qt5.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt5.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ def draw_idle(self):
507507
# accumulate multiple draw requests from event handling.
508508
# TODO: queued signal connection might be safer than singleShot
509509
if not (getattr(self, '_draw_pending', False) or
510-
getattr(self, '._is_drawing', False)):
510+
getattr(self, '_is_drawing', False)):
511511
self._draw_pending = True
512512
QtCore.QTimer.singleShot(0, self._draw_idle)
513513

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.