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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user