Houston4444 / RaySession

Session manager for linux musical programs
GNU General Public License v2.0
168 stars 20 forks source link

Middle-click dragging; once cursor gets near edge, movement direction reverses #200

Closed mxmilkiib closed 1 year ago

mxmilkiib commented 1 year ago

raysession-bug-middle_drag_direction-2023-09-19_06.04.49.webm

This is without elastic canvas or navigate on borders enabled.

Houston4444 commented 1 year ago

Ok, thanks for the report. One more bug happening with python3.11 and not with python3.9. I will take a look.

Houston4444 commented 1 year ago

No, I was wrong, the python version is not in question. In fact, there are two bugs: 1 ) borders navigation is not restored at startup (if False, default is True) 2 ) Middle click should not activate borders navigation

The first one is easily fixed, the second one is more complex, I am checking this.

Houston4444 commented 1 year ago

Ok, it should be fixed now !

mxmilkiib commented 1 year ago

I don't think it's fixed. I think this is #201 related.

mxmilkiib commented 1 year ago

So this is fixed now!