]> git.lyx.org Git - lyx.git/commit
Make scrolling-by-selection smoother
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 20 Jul 2024 17:47:32 +0000 (19:47 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 25 Jul 2024 16:20:38 +0000 (18:20 +0200)
commit73bfef16f3d5a9fe1064dfb8b2782bf82111e4c0
tree24d0ce9837edb686435950ce4fe17d12bd1a2c5c
parentdf313e9920aa44473a1a22fb0ca3c3a4e278a243
Make scrolling-by-selection smoother

This trivial patch makes scrolling-by-selection smoother by dividing
the step size and the time between steps by 8 when generating
synthetic events in work area.

The scrolling speed is unchanged, but the result is visually better.

(cherry picked from commit 1cc1f0ba27d1846ba244507529d4795ecfa29a39)
src/frontends/qt/GuiWorkArea.cpp
status.24x