]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fontinset.C
small up/down tweaking
[lyx.git] / src / mathed / math_fontinset.C
index a8d183a437fc31ed811496f03027ffb67842d970..1eef2d1d4551f2dae06fc740f0ae1b1c78b842da 100644 (file)
@@ -72,6 +72,7 @@ string MathFontInset::name() const
 
 void MathFontInset::validate(LaTeXFeatures & features) const
 {
+       MathNestInset::validate(features);
        // Make sure amssymb is put in preamble if Blackboard Bold or
        // Fraktur used:
        if (key_->name == "mathfrak" || key_->name == "mathbb")