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:
André Pönitz 2001-10-10 14:30:28 +00:00
parent 2d2ac5abf5
commit dbf9e27a97

View File

@ -637,6 +637,7 @@ void MathCursor::erase()
if (n->hasInner()) {
n->removeNucleus();
inner() = true;
glueAdjacentAtoms();
return;
}