removed calls to DidReflow on browse button and text area

This commit is contained in:
karnaze%netscape.com 1998-08-19 21:43:46 +00:00
Родитель 4fe774fe81
Коммит 15fba10580
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -141,7 +141,6 @@ NS_IMETHODIMP nsInputFileFrame::Reflow(nsIPresContext& aPresContext,
NS_ASSERTION(NS_FRAME_IS_COMPLETE(aStatus), "bad status");
nsRect rect(offset.x, offset.y, desiredSize.width, desiredSize.height);
childFrame->SetRect(rect);
childFrame->DidReflow(aPresContext, NS_FRAME_REFLOW_FINISHED);
maxSize.width -= desiredSize.width;
aDesiredSize.width += desiredSize.width;
aDesiredSize.height = desiredSize.height;