]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroArgument.cpp
Do some caching of window title and related UI
[lyx.git] / src / mathed / MathMacroArgument.cpp
index 68f4f98452ede5482bc22278af1863aa023d691f..2e6b0e2275e46bd49a531c99528335790a55be79 100644 (file)
@@ -62,7 +62,7 @@ void MathMacroArgument::write(WriteStream & os) const
 
 void MathMacroArgument::metrics(MetricsInfo & mi, Dimension & dim) const
 {
-       mathed_string_dim(mi.base.font, str_, dim);
+       metricsStrRedBlack(mi, dim, str_);
 }