mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
revert to 1.1.6 behaviour for \macroname{
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5318 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7c538fc516
commit
d6c90178f3
@ -1232,7 +1232,9 @@ bool MathCursor::interpret(char c)
|
||||
|
||||
// leave macro mode and try again if necessary
|
||||
macroModeClose();
|
||||
if (c != ' ')
|
||||
if (c == '{')
|
||||
niceInsert(MathAtom(new MathBraceInset));
|
||||
else if (c != ' ')
|
||||
interpret(c);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user