]> 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, 27 Jan 2020 07:42:11 +0000 (08:42 +0100)
commit81af6062cb41d2cb703e70d7dd3902e292fa28eb
tree19c10c184d9d26b6570522f0b7537c0e4cd4e616
parent6c3e7d2a47730e82ec1580042aaa9995b7526d6f
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

(cherry picked from commit adfd38e4efd1180df164fa2c75cf15210f366e94)
src/Text3.cpp
status.23x