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:
dholbert@cs.stanford.edu 2008-01-30 22:12:52 -08:00
Родитель 3188b78852
Коммит ab1b2723b7
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -246,8 +246,7 @@ nsSimplePageSequenceFrame::Reflow(nsPresContext* aPresContext,
nscoord deadSpaceGap = 0;
if (isPrintPreview) {
nscoord deadSpaceGapTwips;
GetDeadSpaceValue(&deadSpaceGapTwips);
GetDeadSpaceValue(&gapInTwips);
deadSpaceGap = aPresContext->TwipsToAppUnits(gapInTwips);
}