]> git.lyx.org Git - lyx.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, 22 Nov 2018 10:21:07 +0000 (11:21 +0100)
commit2dc84b69d5a040e6343e21606f1c16a7c0957383
treed0138dbbb0c667ecbff724f4b8b10e1deb1422d3
parente9e3c50c650cddc816854a8e884f220639e1f3ef
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