]> git.lyx.org Git - lyx.git/commit
Remove useless SinglePar update when scrolling in text
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 3 Jul 2024 15:31:38 +0000 (17:31 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 3 Jul 2024 15:31:38 +0000 (17:31 +0200)
commit2bdd691130e5507fc5cc2ca81e71eef189e90fc5
tree1db8c400b8a7fcba577633186ce12cae80673934
parenta7204098cfd3839110724ed254a73d338e9eb418
Remove useless SinglePar update when scrolling in text

Using SinglePar does not majke sense here since the paragraph is not
modified and it might even not have a position yet.

This fixes a crash in BufferView::singleParUpdate, which is not
prepared (yet) to such situations.
src/Text.cpp