]> git.lyx.org Git - features.git/commit
Show cursor correctly whn loading file
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 21 Nov 2018 12:49:20 +0000 (13:49 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:51 +0000 (14:39 +0200)
commit79aa999cefa8e0668134e16479ad3c4eaeff5558
treed0138dbbb0c667ecbff724f4b8b10e1deb1422d3
parent7a1f7b6261c61c20d4f503ded06c7ec10ddb195a
Show cursor correctly whn loading file

This is a fixup to 8d8988de4. When a file is loaded and the cursor is
set, it is required to first compute metrics to be able to scroll the
screen correctly.

Fixes bug #11377.
src/BufferView.cpp