]> git.lyx.org Git - features.git/commitdiff
fix drawing glitch in MathMacroArg
authorAndré Pönitz <poenitz@gmx.net>
Wed, 12 Sep 2001 13:43:59 +0000 (13:43 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Wed, 12 Sep 2001 13:43:59 +0000 (13:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2743 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_macroarg.C

index 72fdd546bf6881268846cb59d50b965eb7c7f4ed..d7a777954d5f6b86e84341f08316b56fc46998a5 100644 (file)
@@ -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_);
 }