]> 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)
committerJuergen Spitzmueller <spitz@lyx.org>
Mon, 13 Jan 2020 08:48:56 +0000 (09:48 +0100)
commitadfd38e4efd1180df164fa2c75cf15210f366e94
treec8d86544a65fc77de9f3ef1fa0cdb9194656010c
parentff85641cc0f7aa90d419a2c5d65c94a698b9ed64
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