зеркало из https://github.com/mozilla/gecko-dev.git
Correction to mroot width calculation. b=363240 r+sr=roc
This commit is contained in:
Родитель
0512f301f3
Коммит
97f891eee3
|
@ -415,7 +415,7 @@ nsMathMLmrootFrame::GetIntrinsicWidth(nsIRenderingContext* aRenderingContext)
|
||||||
nscoord dxSqr;
|
nscoord dxSqr;
|
||||||
GetRadicalXOffsets(indexWidth, sqrWidth, fm, nsnull, &dxSqr);
|
GetRadicalXOffsets(indexWidth, sqrWidth, fm, nsnull, &dxSqr);
|
||||||
|
|
||||||
return dxSqr + baseWidth;
|
return dxSqr + sqrWidth + baseWidth;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ----------------------
|
// ----------------------
|
||||||
|
|
Загрузка…
Ссылка в новой задаче