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

Scrolling over the programselector doesn't work correctly #448

Open
rtega opened this issue Aug 11, 2024 · 1 comment
Open

Scrolling over the programselector doesn't work correctly #448

rtega opened this issue Aug 11, 2024 · 1 comment
Labels

Comments

@rtega
Copy link

rtega commented Aug 11, 2024

I'm using dexed on Linux. When I scroll on the programselector it doesn't work the way it should. When I scroll down it jumps one program and then it jumps 2 programs each time I scroll. The same happens when I scroll up. This behavior is the same in the standalone program and in Reaper. I saw this in the previous version and in version 0.9.7.

It turns out these two lines are to blame in my case:

accum_wheel -= sn * wheelFactor;

accum_wheel += sn * wheelFactor;

If set accum_wheel = 0; on these lines this is resolved.

Anybody else seeing this?

@asb2m10
Copy link
Owner

asb2m10 commented Oct 3, 2024

Yes, I can confirm this on Linux; I will try to find a more generic solution.

@asb2m10 asb2m10 added the bug label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants