]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathParser.cpp
Fix bug #10546
[features.git] / src / mathed / MathParser.cpp
index 6c04d625af8466eca9ded12a2da00e724a08b90a..b39f172fb7a6983fe8c679bdff061c47cdeaf1cb 100644 (file)
@@ -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)));