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
As far as I understand middle click is intercepted by vcv rack itself and used to pan rack view. So I was unable to use the middle mouse click with or without modifiers on MacOS.
Is there a way to still use SPIN's middle click functionality?
The text was updated successfully, but these errors were encountered:
It seems that the middle mouse button is now always consumed by ScrollWidget of Rack, so middle mouse button events do not reach any contained widgets: VCVRack/Rack@427f490
I moved SPIN's helper widget upwards in the widget hierarchy and it is working again, but I hope this does not break anything else.
As far as I understand middle click is intercepted by vcv rack itself and used to pan rack view. So I was unable to use the middle mouse click with or without modifiers on MacOS.
Is there a way to still use SPIN's middle click functionality?
The text was updated successfully, but these errors were encountered: