зеркало из https://github.com/mozilla/pjs.git
Bug 414075: Set the correct dead space gap value in Print Preview. Patch by Jeremy Lea <reg@openpave.org> r+sr=roc a1.9b3=schrep
This commit is contained in:
Родитель
3188b78852
Коммит
ab1b2723b7
|
@ -246,8 +246,7 @@ nsSimplePageSequenceFrame::Reflow(nsPresContext* aPresContext,
|
|||
|
||||
nscoord deadSpaceGap = 0;
|
||||
if (isPrintPreview) {
|
||||
nscoord deadSpaceGapTwips;
|
||||
GetDeadSpaceValue(&deadSpaceGapTwips);
|
||||
GetDeadSpaceValue(&gapInTwips);
|
||||
deadSpaceGap = aPresContext->TwipsToAppUnits(gapInTwips);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче