]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_macroarg.C
fix drawing glitch in MathMacroArg
[features.git] / 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_);
 }