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 bug in SpanSelector, introduced in commit #dd325759 #1982

Merged
merged 1 commit into from May 7, 2013

Conversation

efiring
Copy link
Member

@efiring efiring commented May 7, 2013

The useblit attribute was being set after calling new_axes,
but new_axes needs that attribute. By setting useblit before
calling new_axes, we set it based on the initial canvas; even
though new_axes might change to a different canvas, we assume
it will be the same type of canvas (same backend), so its
supports_blit attribute will not change.

The useblit attribute was being set after calling new_axes,
but new_axes needs that attribute.  By setting useblit before
calling new_axes, we set it based on the initial canvas; even
though new_axes might change to a different canvas, we assume
it will be the same type of canvas (same backend), so its
supports_blit attribute will not change.
pelson added a commit that referenced this pull request May 7, 2013
Fix bug in SpanSelector, introduced in commit dd32575
@pelson pelson merged commit 6131cf7 into matplotlib:master May 7, 2013
@mdboom
Copy link
Member

mdboom commented May 7, 2013

@efiring: Thanks for fixing.

@efiring efiring deleted the SpanSelector_blit_bug branch May 29, 2013 01:47
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