]> git.lyx.org Git - features.git/commitdiff
Fix for #224 (and #225? what's the difference anyway?)
authorAndré Pönitz <poenitz@gmx.net>
Wed, 30 Jan 2002 11:29:54 +0000 (11:29 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 30 Jan 2002 11:29:54 +0000 (11:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3452 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_cursor.C

index d2381c8fbd55209dc96810d226e7606ed1a71cbc..4e65c1b57275d211c57d21786ed50380bcdd8ed9 100644 (file)
@@ -1347,6 +1347,10 @@ bool MathCursor::interpret(char c)
                }
 
                macroModeClose();
+
+               if (c == '\\')
+                       insert(c, LM_TC_TEX);
+
                return true;
        }