mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-24 13:48:59 +00:00
read ~
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4874 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0d0c758fcc
commit
d1813576e4
@ -619,6 +619,9 @@ void Parser::parse1(MathGridInset & grid, unsigned flags,
|
||||
cell->push_back(MathAtom(new MathMacroArgument(n.character()-'0')));
|
||||
}
|
||||
|
||||
else if (t.cat() == catActive)
|
||||
cell->push_back(MathAtom(new MathCharInset(t.character())));
|
||||
|
||||
else if (t.cat() == catBegin) {
|
||||
MathArray ar;
|
||||
parse(ar, FLAG_BRACE_LAST, mathmode);
|
||||
|
Loading…
Reference in New Issue
Block a user