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

Commits on May 7, 2013

  1. Fix bug in SpanSelector, introduced in commit #dd325759

    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.
    efiring committed May 7, 2013
    Configuration menu
    Copy the full SHA
    2e31f66 View commit details
    Browse the repository at this point in the history