Skip to content

Commit

Permalink
Merge pull request #2319 from tacaswell/draw_idle_fix
Browse files Browse the repository at this point in the history
fix draw_idle reference in  NavigationToolbar2
  • Loading branch information
mdboom committed Aug 28, 2013
2 parents 88f8b8f + a9162f5 commit 161c02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/backend_bases.py
Expand Up @@ -3146,7 +3146,7 @@ def _update_view(self):
a.set_position(pos[i][0], 'original')
a.set_position(pos[i][1], 'active')

self.draw_idle()
self.canvas.draw_idle()

def save_figure(self, *args):
"""Save the current figure"""
Expand Down

0 comments on commit 161c02b

Please sign in to comment.