]> git.lyx.org Git - features.git/commitdiff
Fix problem noticed by Scott.
authorRichard Heck <rgheck@lyx.org>
Tue, 2 Aug 2016 22:54:31 +0000 (18:54 -0400)
committerRichard Heck <rgheck@lyx.org>
Tue, 2 Aug 2016 22:56:46 +0000 (18:56 -0400)
(cherry picked from commit 16d39b1f83253ff039c3db23124a74c02994e231)

src/mathed/InsetMathGrid.cpp

index e5044947e7354387eee156b070e0ba9e47b180b7..a236a93447ecf03fc3a204bf690f1c7a24a32d50 100644 (file)
@@ -1248,6 +1248,7 @@ void InsetMathGrid::validate(LaTeXFeatures & features) const
                        "border-left: thin solid black; vertical-align: middle; padding-left: 0.5ex;}\n"
                        "table.mathtable td {text-align: left; border: none;}");
        }
+       InsetMathNest::validate(features);
 }