зеркало из https://github.com/mozilla/pjs.git
Bug 345707: print selection cuts off top of selection. r+sr=src.
This commit is contained in:
Родитель
4267d7e19e
Коммит
28d9b12622
|
@ -260,8 +260,9 @@ nsSimplePageSequenceFrame::Reflow(nsPresContext* aPresContext,
|
|||
|
||||
nscoord extraGap = nscoord(gapInTwips);
|
||||
|
||||
nscoord deadSpaceGap;
|
||||
GetDeadSpaceValue(&deadSpaceGap);
|
||||
nscoord deadSpaceGap = 0;
|
||||
if (isPrintPreview)
|
||||
GetDeadSpaceValue(&deadSpaceGap);
|
||||
|
||||
nsMargin extraMargin(0,0,0,0);
|
||||
nsSize shadowSize(0,0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче