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

SPIN - can't use middle click #372

Closed
ponimas opened this issue Sep 28, 2023 · 2 comments
Closed

SPIN - can't use middle click #372

ponimas opened this issue Sep 28, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@ponimas
Copy link

ponimas commented Sep 28, 2023

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?

@stoermelder stoermelder self-assigned this Oct 3, 2023
@stoermelder stoermelder added the bug Something isn't working label Oct 3, 2023
@stoermelder
Copy link
Owner

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.

@ponimas
Copy link
Author

ponimas commented Oct 4, 2023

I've tested the latest nightly build and it works for me. Thanks!

@ponimas ponimas closed this as completed Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants