зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
621ea7c89f
Коммит
5c6f2e7ed4
|
@ -186,6 +186,7 @@ nsThebesDeviceContext::SetDPI()
|
|||
|
||||
dpi = 144;
|
||||
mPrintingScale = float(OSVal)/dpi;
|
||||
dotsArePixels = PR_FALSE;
|
||||
} else {
|
||||
dc = GetDC((HWND)nsnull);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче