зеркало из https://github.com/mozilla/pjs.git
Bug 459086. Use XUL GetBorderAndPadding method to avoid assertion. r+sr=dbaron
This commit is contained in:
Родитель
c11b59216b
Коммит
743b137a89
|
@ -993,7 +993,9 @@ nsRect
|
|||
nsTextBoxFrame::CalcTextRect(nsIRenderingContext &aRenderingContext, const nsPoint &aTextOrigin)
|
||||
{
|
||||
nsRect textRect(aTextOrigin, GetSize());
|
||||
textRect.Deflate(GetUsedBorderAndPadding());
|
||||
nsMargin borderPadding;
|
||||
GetBorderAndPadding(borderPadding);
|
||||
textRect.Deflate(borderPadding);
|
||||
// determine (cropped) title and underline position
|
||||
nsPresContext* presContext = PresContext();
|
||||
LayoutTitle(presContext, aRenderingContext, textRect);
|
||||
|
|
Загрузка…
Ссылка в новой задаче