]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/font.cpp
Fix drawing of bitmaps with masks in mirrored wxDC.
[wxWidgets.git] / src / msw / font.cpp
index b0e73148cbd842f02ba35b1f7e20702c51b7ef65..060139df72fa3407a8f952a7d7cbfdf5c24ed737 100644 (file)
@@ -841,7 +841,7 @@ bool wxFont::DoCreate(int pointSize,
 
     // wxDEFAULT is a valid value for the font size too so we must treat it
     // specially here (otherwise the size would be 70 == wxDEFAULT value)
-    if ( pointSize == wxDEFAULT )
+    if ( pointSize == wxDEFAULT || pointSize == -1 )
     {
         pointSize = wxNORMAL_FONT->GetPointSize();
     }