]> git.lyx.org Git - features.git/commit
Fixup 1cbbe5c3: fix scrollbar with page down
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 13 Nov 2021 18:24:05 +0000 (19:24 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sat, 13 Nov 2021 18:24:05 +0000 (19:24 +0100)
commit741d055eba0a062d551ecafc16ab8b8d3b8a5e66
tree3edb36e83d1852e4897f4e7bbc888f282bc82644
parent3aab9ad25edcd527868f8f2b8a26262255952966
Fixup 1cbbe5c3: fix scrollbar with page down

It turns out that the fix was not correct. The right thing to do is to
recompte metrics only when screen has moved.

Fixes bug #12144.
src/BufferView.cpp