]> 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>
Mon, 22 Jul 2024 20:02:04 +0000 (22:02 +0200)
commit1cc1f0ba27d1846ba244507529d4795ecfa29a39
treeb43787c6edbfcb24a9cccd55e21244ba75df04f2
parent216a6fb348dedac3230f651287a0ccfb48b88818
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.
src/frontends/qt/GuiWorkArea.cpp