]> git.lyx.org Git - features.git/commitdiff
allow editing macro names using backspace while typing...
authorAndré Pönitz <poenitz@gmx.net>
Wed, 12 Sep 2001 14:39:55 +0000 (14:39 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 12 Sep 2001 14:39:55 +0000 (14:39 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2745 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_cursor.C

index 454d2d416952948d677351aea9bcdbbcbc0e6dcc..8e70193a4dbe92dc9b422a714833855a73efc606 100644 (file)
@@ -469,11 +469,6 @@ void MathCursor::insert(MathArray const & ar)
 
 void MathCursor::backspace()
 {
-       if (inMacroMode()) {
-               left();
-               return;
-       }
-
        if (posLeft()) {
                plainErase();
                return;