]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathSymbol.cpp
Rename LM_TC_* to FONT_STYLE_*
[features.git] / src / mathed / InsetMathSymbol.cpp
index 92d2573560a4ad808141d0d999f7263ac77012ea..d083d4121d26c910e2e9590d86430846b6d143fa 100644 (file)
@@ -72,7 +72,7 @@ void InsetMathSymbol::metrics(MetricsInfo & mi, Dimension & dim) const
        }
        // set scriptable_
        scriptable_ = false;
-       if (mi.base.font.style() == LM_ST_DISPLAY)
+       if (mi.base.font.style() == FONT_STYLE_DISPLAY)
                if (sym_->inset == "cmex" || sym_->inset == "esint" ||
                    sym_->extra == "funclim" ||
                    (sym_->inset == "stmry" && sym_->extra == "mathop"))