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

Colomban Wendling notifications at xxxxx
Wed Aug 1 21:42:39 UTC 2018


Checking the scroll values we get from the scrollbar itself on GTK3, it's ridiculous: a single (short) click on one of the steppers leads to 5 steps of `0.5` each, for a total of `0.25`.  When the minimal step configured (and thus, expected) is `1`, it gives odd results.  You basically have to click *4 times* to get a single whole step.

On GTK2 we get a reasonable value of the configured step (`1`) for each click, leading to the expected behavior.

We probably should see if there's a good way to fix this, or report it to GTK.

-- 
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-409733846
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180801/d9e8f983/attachment.html>


More information about the Github-comments mailing list