]> git.lyx.org Git - features.git/commit
Fix backspace deletion of selected items with change tracking
authorJuergen Spitzmueller <spitz@lyx.org>
Mon, 13 Jan 2020 08:48:56 +0000 (09:48 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:50 +0000 (15:48 +0200)
commit2cec20fa28262d7d87150c588c42405dafd8cc85
tree93459390686c4392c362f457da079fd9bf9f14e8
parent2002764f3523fe7646a64dea2c294774cdd04d9a
Fix backspace deletion of selected items with change tracking

Move cursor at beginning of selection after deletion. Else backspace
operation gets stuck in a loop (tries to remove the selection again
and again).

This also fixes backspace deletion of insets with confirmDeletion() == true.

Fixes #11630
src/Text3.cpp