sharppy / SHARPpy

Sounding/Hodograph Analysis and Research Program in Python
https://sharppy.github.io/SHARPpy/index.html
Other
216 stars 112 forks source link

Fix for issue #110 - Wheel Zoom Direction For Skew and Hodo Widgets #111

Closed aarande closed 7 years ago

aarande commented 7 years ago

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

aarande commented 7 years ago

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.