From 15fba10580658fad02c3d36cdcc4f1c90fd8da71 Mon Sep 17 00:00:00 2001 From: "karnaze%netscape.com" Date: Wed, 19 Aug 1998 21:43:46 +0000 Subject: [PATCH] removed calls to DidReflow on browse button and text area --- layout/html/forms/src/nsInputFile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/layout/html/forms/src/nsInputFile.cpp b/layout/html/forms/src/nsInputFile.cpp index 39bbae8bbc6..39218c81967 100644 --- a/layout/html/forms/src/nsInputFile.cpp +++ b/layout/html/forms/src/nsInputFile.cpp @@ -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;