]> git.lyx.org Git - lyx.git/commit
Fix update of cursor in tab-delete when there is a selection
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 30 Aug 2024 14:56:16 +0000 (16:56 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 30 Aug 2024 14:56:16 +0000 (16:56 +0200)
commit16be88ca18719a98a555ced268431ca1040658b7
tree582a7e66c43eb56d544d1ac04e7f08618eac1666
parent2eb4e3d3ca063d12371695282ae0bc3d9609ab06
Fix update of cursor in tab-delete when there is a selection

The position of the cursor should not be decreased if it is already at
the start of the paragraph. This can lead to a crash when trying to
display the caret.
src/Text.cpp