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 5bde1ff

Browse filesBrowse files
committed
Fix glitches on resize on Mac/Qt
1 parent 84aeb5b commit 5bde1ff
Copy full SHA for 5bde1ff

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/animation.py

Copy file name to clipboardExpand all lines: lib/matplotlib/animation.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ def _handle_resize(self, *args):
10251025
def _end_redraw(self, evt):
10261026
# Now that the redraw has happened, do the post draw flushing and
10271027
# blit handling. Then re-enable all of the original events.
1028-
self._post_draw(None, self._blit)
1028+
self._post_draw(None, False)
10291029
self.event_source.start()
10301030
self._fig.canvas.mpl_disconnect(self._resize_id)
10311031
self._resize_id = self._fig.canvas.mpl_connect('resize_event',

0 commit comments

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