Fix for #224 (and #225? what's the difference anyway?)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3452 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-01-30 11:29:54 +00:00
parent c96aa295e8
commit 16988af5a3

View File

@ -1347,6 +1347,10 @@ bool MathCursor::interpret(char c)
}
macroModeClose();
if (c == '\\')
insert(c, LM_TC_TEX);
return true;
}