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-12 00:35:00 +00:00
Родитель 621ea7c89f
Коммит 5c6f2e7ed4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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