From dbf9e27a9704fd1aafdcc2b3e39c2f1b9f910b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 10 Oct 2001 14:30:28 +0000 Subject: [PATCH] remove inconsistency del/backspace git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2855 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_cursor.C | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index 72b978816b..f7bfc0e1b8 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -637,6 +637,7 @@ void MathCursor::erase() if (n->hasInner()) { n->removeNucleus(); inner() = true; + glueAdjacentAtoms(); return; }