]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroArgument.cpp
Remove hardcoded values
[lyx.git] / src / mathed / MathMacroArgument.cpp
index 8988607fa6c1f5404948626d0417553d552832cd..76b43f3629f255a0fffc3f5a0ee4186ed8e95bc8 100644 (file)
@@ -4,7 +4,7 @@
  * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -62,14 +62,13 @@ 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_);
 }
 
 
 void MathMacroArgument::draw(PainterInfo & pi, int x, int y) const
 {
        drawStrRed(pi, x, y, str_);
-       setPosCache(pi, x, y);
 }