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 for issue #110 - Wheel Zoom Direction For Skew and Hodo Widgets #111

Merged
merged 2 commits into from
Apr 25, 2017

Conversation

aarande
Copy link
Contributor

@aarande aarande commented Apr 14, 2017

Modified hodo.py wheelEvent so zoom direction on mouse wheel for skewt and hodo are consistent

…nd wheel down is zoom out for both the hodo and skewt
…his is consistent with the same logic in setProfileCollection method above it. Without this return statement when a profile does not exist to be removed it continues on after the except and triggers errors in the following code since pc_idx variable is never set.
@aarande
Copy link
Contributor Author

aarande commented Apr 14, 2017

Sorry for the confusion...figuring out pull requests. It looks like it added my other fix since it was all in my master branch. The second commit fixes a bug in SPCWindow. Without this return statement when a profile does not exist to be removed it continues on after the except and triggers errors in the following code since pc_idx variable is never set.

@tsupinie tsupinie merged commit 7294496 into sharppy:master Apr 25, 2017
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