Followup comment fix for bug 434157

This commit is contained in:
gavin@gavinsharp.com 2008-05-27 11:22:38 -07:00
Родитель 3b48df84b3
Коммит 3e96d13d8f
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -242,6 +242,8 @@ nsThebesDeviceContext::SetDPI()
// make sure we don't end up dividing by zero.
PRUint32 roundedDPIScaleFactor = (dpi + 48)/96;
#ifdef MOZ_WIDGET_GTK2
// be more conservative about activating scaling on GTK2, since the dpi
// information is more likely to be wrong
roundedDPIScaleFactor = dpi/96;
#endif
mAppUnitsPerDevNotScaledPixel =