mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
small bugfix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4478 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ac6f91abb7
commit
a928cdd8a2
@ -758,12 +758,12 @@ void Parser::parse_into1(MathGridInset & grid, unsigned flags,
|
||||
//
|
||||
else if (t.cs() == "(") {
|
||||
cell->push_back(MathAtom(new MathHullInset(LM_OT_SIMPLE)));
|
||||
parse_into2(cell->back(), FLAG_SIMPLE2, true, true);
|
||||
parse_into2(cell->back(), FLAG_SIMPLE2, true, false);
|
||||
}
|
||||
|
||||
else if (t.cs() == "[") {
|
||||
cell->push_back(MathAtom(new MathHullInset(LM_OT_EQUATION)));
|
||||
parse_into2(cell->back(), FLAG_EQUATION, true, true);
|
||||
parse_into2(cell->back(), FLAG_EQUATION, true, false);
|
||||
}
|
||||
|
||||
else if (t.cs() == "protect")
|
||||
|
Loading…
Reference in New Issue
Block a user