fixed a syntax error in DisplayVerySmallFonts(): the first time only we were returning a wrong value
git-svn-id: svn://10.0.0.236/trunk@29666 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
e8c422c8c6
commit
719d4d9299
@ -610,5 +610,5 @@ PRBool nsDeviceContextMac::DisplayVerySmallFonts()
|
||||
nsServiceManager::ReleaseService(kPrefCID, prefs);
|
||||
}
|
||||
|
||||
return mPixelsPerInch;
|
||||
return mDisplayVerySmallFonts;
|
||||
}
|
||||
|
||||
@ -610,5 +610,5 @@ PRBool nsDeviceContextMac::DisplayVerySmallFonts()
|
||||
nsServiceManager::ReleaseService(kPrefCID, prefs);
|
||||
}
|
||||
|
||||
return mPixelsPerInch;
|
||||
return mDisplayVerySmallFonts;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user