X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FMathMacroArgument.cpp;h=76b43f3629f255a0fffc3f5a0ee4186ed8e95bc8;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=8988607fa6c1f5404948626d0417553d552832cd;hpb=f2c9b56fb4e4abd5183858984dd9329453004c96;p=lyx.git diff --git a/src/mathed/MathMacroArgument.cpp b/src/mathed/MathMacroArgument.cpp index 8988607fa6..76b43f3629 100644 --- a/src/mathed/MathMacroArgument.cpp +++ b/src/mathed/MathMacroArgument.cpp @@ -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); }