From e7209bd562cc31d13b03dcf11eb26981988aec8f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 12 Sep 2001 13:43:59 +0000 Subject: [PATCH] fix drawing glitch in MathMacroArg git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2743 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_macroarg.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/math_macroarg.C b/src/mathed/math_macroarg.C index 72fdd546bf..d7a777954d 100644 --- a/src/mathed/math_macroarg.C +++ b/src/mathed/math_macroarg.C @@ -43,7 +43,7 @@ void MathMacroArgument::metrics(MathStyles st) const ascent_ = xcell(0).ascent(); descent_ = xcell(0).descent(); } else - mathed_string_dim(LM_TC_TEX, size(), str_, width_, ascent_, descent_); + mathed_string_dim(LM_TC_TEX, size(), str_, ascent_, descent_, width_); } -- 2.39.2