Compiles for Nano-X again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -650,7 +650,7 @@ static wxNativeFont wxLoadQueryFont(int pointSize,
|
||||
// In fact pointSize is 10 * the normal point size so
|
||||
// divide by 10.
|
||||
|
||||
int pixelHeight = (int) ( (((float)pointSize) / 720.0) * 2.541 * (float) yPixelsPerCM * fudgeFactor) ;
|
||||
int pixelHeight = (int) ( (((float)pointSize) / 720.0) * 2.541 * (float) yPixelsPerCM) ;
|
||||
|
||||
// An alternative: assume that the screen is 72 dpi.
|
||||
//int pixelHeight = (int) (((float)pointSize / 720.0) * 72.0) ;
|
||||
|
Reference in New Issue
Block a user