From 16d39b1f83253ff039c3db23124a74c02994e231 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 2 Aug 2016 18:54:31 -0400 Subject: [PATCH] Fix problem noticed by Scott. --- src/mathed/InsetMathGrid.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mathed/InsetMathGrid.cpp b/src/mathed/InsetMathGrid.cpp index 3920677e60..403ee86d9d 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); } -- 2.39.2