]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSize.cpp
Small improvement for bug #7509 as suggested by JMarc
[lyx.git] / src / mathed / InsetMathSize.cpp
index fa0bc45604b3d26b26935f97e599617d6a86accf..0403ffbc3f1ba5b953ce17a2758ffd82ccb429b1 100644 (file)
@@ -113,6 +113,7 @@ void InsetMathSize::validate(LaTeXFeatures & features) const
                        "span.scriptstyle {font-size: small;}\n"
                        "span.scriptscriptstyle {font-size: x-small;}\n"
                        "</style>");
+       InsetMathNest::validate(features);
 }
 
 } // namespace lyx