Initialize the mEnableRendering in other constructor... so print preview will show document. r=rods

git-svn-id: svn://10.0.0.236/trunk@54305 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dcone%netscape.com
1999-11-23 21:45:36 +00:00
parent fa00d72bc4
commit 4f301728a5
3 changed files with 6 additions and 0 deletions

View File

@@ -244,6 +244,8 @@ DocumentViewerImpl::DocumentViewerImpl(nsIPresContext* aPresContext)
mForceCharacterSet = "";
mAllowPlugins = PR_TRUE;
mIsFrame = PR_FALSE;
mEnableRendering = PR_TRUE;
}
// ISupports implementation...