]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed bug in SetStyle() which wouldn't reset the slant if it had been set before
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Aug 2002 16:05:35 +0000 (16:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Aug 2002 16:05:35 +0000 (16:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16812 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/font.cpp

index c1d032c4760d29dbee3ac4eb88c86348a81bb8c2..4cd6532a0c4a4838c8f867503df0fec05c4a5588 100644 (file)
@@ -432,6 +432,7 @@ void wxNativeFontInfo::SetStyle(wxFontStyle style)
             // fall through
 
         case wxFONTSTYLE_NORMAL:
             // fall through
 
         case wxFONTSTYLE_NORMAL:
+            lf.lfItalic = FALSE;
             break;
 
         case wxFONTSTYLE_ITALIC:
             break;
 
         case wxFONTSTYLE_ITALIC: