HenriAugusto / completion-plugin

Completion for Pure Data
BSD 3-Clause "New" or "Revised" License
19 stars 1 forks source link

mousewheel #7

Closed mxa closed 5 years ago

mxa commented 5 years ago

I wish the mousewheel would work to scroll in the tab selection box.

HenriAugusto commented 5 years ago

What OS are you using?

Nothing happens when you mouse scroll? Here it scrolls the list without changing the selection.

mxa commented 5 years ago

I'm on Linux. Scrolling the mousewheel confirms the selected entry, which is quite unexpected.

HenriAugusto commented 5 years ago

Indeed! Thanks for pointing that out. This will be fixed in the next release.

Scrolling with the mouse wheel was calling choose_selected. Fixed by checking

%b eq 1

inside the

<ButtonRelease>

event