mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
remove inconsistency del/backspace
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2855 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2d2ac5abf5
commit
dbf9e27a97
@ -637,6 +637,7 @@ void MathCursor::erase()
|
||||
if (n->hasInner()) {
|
||||
n->removeNucleus();
|
||||
inner() = true;
|
||||
glueAdjacentAtoms();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user