-
Notifications
You must be signed in to change notification settings - Fork 404
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
Overzealous hovers in oscillator select multiswitch #5801
Comments
Aaaaaaaand same thing happens with envelope digital/analog mode button. |
I bet I know what it is. Hold on. |
If you comment out that line does it go away? |
@baconpaul Nope, still happens. |
huh ok lemme switch over to windows and see if i can find it then. |
ahhhhhhhh what a pain |
which in turn causes a focus gained but we don't have a mouse position so we fake one to set the hover on focus input. let me adjust that. |
When you were dragging things whose value caused a rebuild it went badly with hover state. Fix it all and clean it all up. While at it, make the supplied data path work on windows too Closes surge-synthesizer#5801
When you were dragging things whose value caused a rebuild it went badly with hover state. Fix it all and clean it all up. While at it, make the supplied data path work on windows too Closes #5801
And ONLY that one. All other multiswitches seem to be perfectly fine otherwise.
The text was updated successfully, but these errors were encountered: