mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
parent
4efb129ccb
commit
4dea27c4c7
@ -1799,6 +1799,7 @@ bool Parser::parse1(InsetMathGrid & grid, unsigned flags,
|
||||
asArray(label, ar);
|
||||
if (grid.asHullInset()) {
|
||||
grid.asHullInset()->label(cellrow, label);
|
||||
grid.asHullInset()->numbered(cellrow, true);
|
||||
} else {
|
||||
cell->push_back(createInsetMath(t.cs(), buf));
|
||||
cell->push_back(MathAtom(new InsetMathBrace(ar)));
|
||||
|
Loading…
Reference in New Issue
Block a user