Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix draw_idle reference in NavigationToolbar2 #2319

Merged
merged 1 commit into from Aug 28, 2013

Conversation

tacaswell
Copy link
Member

NavigationToolbar2 sub-classes do not (all?) have a draw_idle method (strictly speaking, the QT one does not). I assume this should have bounce strait to the canvas, not through the NavigationToolbar2.draw() method.

Change introduced in 25ff2f7

NavigationToolbar2 sub-classes do not (all?) have a draw_idle method (strictly speaking, the QT one does not).  I assume this should have bounce strait to the canvas, not through the `NavigationToolbar2.draw()` method.

Change introduced in 25ff2f7
@tacaswell
Copy link
Member Author

@mdboom Can you take a look at this?

Sorry to be a pest.

@mdboom
Copy link
Member

mdboom commented Aug 28, 2013

Pest away! matplotlib issues are too much of a fire hose for me to keep on top of everything 😉

Looks good to me. And just for completeness -- these are the steps to reproduce:

In the Qt backend, pan and/or zoom to a new position, then push the back button.

mdboom added a commit that referenced this pull request Aug 28, 2013
fix draw_idle reference in  NavigationToolbar2
@mdboom mdboom merged commit 161c02b into matplotlib:master Aug 28, 2013
@tacaswell
Copy link
Member Author

Thanks. Sorry for not including better details.

@tacaswell tacaswell deleted the draw_idle_fix branch August 28, 2013 15:31
@dmcdougall
Copy link
Member

@mdboom Should this be picked into v1.3.x too?

@mdboom
Copy link
Member

mdboom commented Aug 29, 2013

I think this bug was introduced in 25ff2f7 which is only on master.

mdboom added a commit that referenced this pull request Sep 17, 2013
fix draw_idle reference in  NavigationToolbar2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants