mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
fix drawing glitch in MathMacroArg
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2743 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d9738adfd7
commit
e7209bd562
@ -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_);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user