]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/font.cpp
don't overwrite the app name with argv[0] if it had been already set
[wxWidgets.git] / src / msw / font.cpp
index c1d032c4760d29dbee3ac4eb88c86348a81bb8c2..4cd6532a0c4a4838c8f867503df0fec05c4a5588 100644 (file)
@@ -432,6 +432,7 @@ void wxNativeFontInfo::SetStyle(wxFontStyle style)
             // fall through
 
         case wxFONTSTYLE_NORMAL:
+            lf.lfItalic = FALSE;
             break;
 
         case wxFONTSTYLE_ITALIC: