[Github-comments] [geany/geany] scrollbar horizontal/vertical up/down arrow scroll adjustment (#1904)

Colomban Wendling notifications at xxxxx
Thu Aug 2 07:20:44 UTC 2018


@codebrainz definitely, but it's still odd results, and actually if you check e.g. a normal TextView scrolling, you'll notice it's slower on GTK3 than GTK2, so it's not just Scintilla.
The fact it's that bad with Scintilla is likely that it scrolls by whole lines only, so you don't notice any movement until it reached the next full integer.

Maybe one step could just scroll more on Scintilla GTK3, but it's still tricky as clicking on a stepper is giving a somewhat random fraction, which means we can't simply multiply and get sane results.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1904#issuecomment-409831311
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180802/de985085/attachment.html>


More information about the Github-comments mailing list