community
community copied to clipboard
Allow control how many lines to scroll at once using the mouse wheel
Currently vertical scrolling is limited to one line per scroll, and does not have an exposed option to control it. This PR allows you to scroll more than one line using a mouse wheel. The number of rows scrolled at a time will default to 3.
Maintainer merge checklist
- [x] Title is descriptive/clear for inclusion in release notes.
- [x] Applied a
Component: xxxlabel. - [ ] Applied the
api-deprecationorapi-breaklabel. - [ ] Applied the
release-highlightlabel to be highlighted in release notes. - [ ] Added to the milestone version it was merged into.
- [ ] Unittests are included in PR.
- [x] Properly documented, including
versionadded,versionchangedas needed.
#7615 was merged :)
I changed the number of lines that scroll by default to 3, as it is more convenient, but this can be discussed.
@DexerBR can you take care of the failing tests?
@misl6 Tests have been fixed!
Hi @misl6 ! Is there anything else that needs to be addressed before merging this one?