mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 18:24:48 +00:00
* text.C
(LyXText::backspace): Fix changebar non-update (Juergen) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13422 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
70b8cfdf59
commit
dba38ca4a7
@ -1689,7 +1689,7 @@ bool LyXText::backspace(LCursor & cur)
|
||||
if (par.lookupChange(par.size()) != Change::INSERTED) {
|
||||
par.setChange(par.size(), Change::DELETED);
|
||||
setCursorIntern(cur, cur.pit() - 1, par.size());
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user