mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 11:16:55 +00:00
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3452 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c96aa295e8
commit
16988af5a3
@ -1347,6 +1347,10 @@ bool MathCursor::interpret(char c)
|
||||
}
|
||||
|
||||
macroModeClose();
|
||||
|
||||
if (c == '\\')
|
||||
insert(c, LM_TC_TEX);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user