Bug 418428. Don't force devpixels to be an integer multiple of CSS pixels when printing on Windows. r=stuart

This commit is contained in:
roc+@cs.cmu.edu 2008-03-11 17:35:00 -07:00
parent 123a96d191
commit f693027226

View File

@ -186,6 +186,7 @@ nsThebesDeviceContext::SetDPI()
dpi = 144;
mPrintingScale = float(OSVal)/dpi;
dotsArePixels = PR_FALSE;
} else {
dc = GetDC((HWND)nsnull);