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

remove .rect member (clashes with QWidget) #2946

Merged
merged 3 commits into from Apr 27, 2014

Commits on Apr 2, 2014

  1. remove .rect member (clashes with QWidget)

    FigureCanvasQTAgg inherits from QWidget, which already has a 'rect'
    property and getter.
    
    Also, consolidate .rect and (boolean) .drawRect into a single _drawRect
    member.  This is only used for the zoom rect and not accessed from other
    classes (other than indirectly via the drawRectangle() function).
    hmeine committed Apr 2, 2014
    Copy the full SHA
    ab481d6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    192dbf0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1e73388 View commit details
    Browse the repository at this point in the history