]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExFunc.cpp
Add \makeat switches to babel settings if necessary.
[lyx.git] / src / mathed / InsetMathExFunc.cpp
index 25c8dcbaf9b964300c2844f5243699806f9e1aac..35e2f62bcbab25a67421f1a99b6ba0c0423492c2 100644 (file)
@@ -44,7 +44,7 @@ Inset * InsetMathExFunc::clone() const
 
 void InsetMathExFunc::metrics(MetricsInfo & mi, Dimension & dim) const
 {
-       mathed_string_dim(mi.base.font, name_, dim);
+       metricsStrRedBlack(mi, dim, name_);
 }