From: Richard Heck Date: Tue, 2 Aug 2016 22:54:31 +0000 (-0400) Subject: Fix problem noticed by Scott. X-Git-Tag: 2.2.2~74 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=612dc74f75861784059d69059301e5505d34d65f;p=features.git Fix problem noticed by Scott. (cherry picked from commit 16d39b1f83253ff039c3db23124a74c02994e231) --- diff --git a/src/mathed/InsetMathGrid.cpp b/src/mathed/InsetMathGrid.cpp index e5044947e7..a236a93447 100644 --- a/src/mathed/InsetMathGrid.cpp +++ b/src/mathed/InsetMathGrid.cpp @@ -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); }