mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
add missing spell check request on early return for deletion of text in change tracking mode
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35543 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cc7db294e2
commit
e32396ba76
@ -751,6 +751,8 @@ bool Paragraph::eraseChar(pos_type pos, bool trackChanges)
|
||||
if (!change.changed() ||
|
||||
(change.inserted() && !change.currentAuthor())) {
|
||||
setChange(pos, Change(Change::DELETED));
|
||||
// request run of spell checker
|
||||
requestSpellCheck(pos);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user