Bug 430878: Call PositionChildViews after sliding selection to top of page, to fix mispositioned scrollframes in print selection. r+sr=roc a=dsicore

This commit is contained in:
dholbert@cs.stanford.edu 2008-04-28 15:55:04 -07:00
Родитель 9a73c732a7
Коммит 89e526b6da
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -604,6 +604,7 @@ nsSimplePageSequenceFrame::PrintNextPage()
nsIFrame* conFrame = mCurrentPageFrame->GetFirstChild(nsnull);
if (mSelectionHeight >= 0) {
conFrame->SetPosition(conFrame->GetPosition() + nsPoint(0, -mYSelOffset));
nsContainerFrame::PositionChildViews(conFrame);
}
// cast the frame to be a page frame