Skip to content

Qt4agg draw #539

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

Merged
merged 1 commit into from
Nov 8, 2011
Merged

Qt4agg draw #539

merged 1 commit into from
Nov 8, 2011

Conversation

efiring
Copy link
Member

@efiring efiring commented Oct 18, 2011

This is the latest in a series of modifications to the Qt4Agg
drawing strategy going back several years. It simplifies the
code and should solve the problem introduced in 6938b00; that
is, delaying the Agg draw operation until the paintEvent breaks
code expecting the draw operation to have occurred immediately.
The problem was reported here:
http://sourceforge.net/mailarchive/message.php?msg_id=28245744

This is the latest in a series of modifications to the Qt4Agg
drawing strategy going back several years.  It simplifies the
code and should solve the problem introduced in 6938b00; that
is, delaying the Agg draw operation until the paintEvent breaks
code expecting that draw operation to have occurred immediately.
The problem was reported here:
http://sourceforge.net/mailarchive/message.php?msg_id=28245744
@mdboom
Copy link
Member

mdboom commented Nov 8, 2011

@efiring: It would be great to merge this -- is there a way you can suggest I test this?

@efiring
Copy link
Member Author

efiring commented Nov 8, 2011

The email that pointed out the problem did not include a test case, and I don't have one, other than exercising the qt4 backend in normal use. The problem and solution seem pretty simple, though; my inclination would be to merge, and see how it fares out in the world.

mdboom added a commit that referenced this pull request Nov 8, 2011
@mdboom mdboom merged commit 29a43db into matplotlib:v1.1.x Nov 8, 2011
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.

2 participants