Added Windows printing code for radio buttons.

git-svn-id: svn://10.0.0.236/trunk@15810 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kmcclusk%netscape.com
1998-12-04 22:53:45 +00:00
parent ccabd40013
commit 26d8496fe2
5 changed files with 177 additions and 4 deletions

View File

@@ -230,7 +230,6 @@ nsFormControlFrame::Reflow(nsIPresContext& aPresContext,
//XXX:PRINTING Temporary to force GFX rendered widgets to appear on the display. This
//Will be used to debug GFX rendered widgets for printing. This should be removed when
//Printing is completely working.
//PRBool renderToScreen = PR_TRUE;
PRBool renderToScreen = PR_FALSE;
if (PR_TRUE == renderToScreen) {
return(ReflowWithNoWidget(aPresContext, aDesiredSize, aReflowState, aStatus));