bug 145305 - split floaters during printing. sr=attinasi, r=alexsavulov.

This commit is contained in:
karnaze@netscape.com
2002-05-28 22:50:43 +00:00
parent 1f9b144def
commit 7ce5d8ded3
114 changed files with 867 additions and 269 deletions

View File

@@ -686,6 +686,7 @@ nsHTMLButtonControlFrame::Reflow(nsIPresContext* aPresContext,
aStatus = NS_FRAME_COMPLETE;
nsFormControlFrame::SetupCachedSizes(mCacheSize, mCachedMaxElementSize, aDesiredSize);
NS_FRAME_SET_TRUNCATION(aStatus, aReflowState, aDesiredSize);
return NS_OK;
}