You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry I don't know the proper etiquettes to report bugs. I've tracked down a bug that doesn't allow me to process scroll events with proper direction.
I'm sorry I don't know the proper etiquettes to report bugs. I've tracked down a bug that doesn't allow me to process scroll events with proper direction.
In these two lines
garden.matplotlib/backend_kivy.py
Line 1120 in 121788c
garden.matplotlib/backend_kivy.py
Line 1172 in 121788c
the scroll direction is encoded in the step size sign, but both directions are set to +5.
That conflicts with the convention in "backend_bases.py" L1775
I fixed my local copy, but not sure how to proceed on github.
The text was updated successfully, but these errors were encountered: