]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/themes/win32.cpp
implemented writing in original encoding
[wxWidgets.git] / src / univ / themes / win32.cpp
index 25b682f50c25f1ebea5c83cd69638ccf8f149fd6..ead2d25dddda1c27e54b56202a182171bd6a538a 100644 (file)
@@ -1261,7 +1261,7 @@ wxColour wxWin32ColourScheme::GetBackground(wxWindow *win) const
 
         // the colour set by the user should be used for the normal state
         // and for the states for which we don't have any specific colours
-        if ( !col.Ok() || (flags != 0) )
+        if ( !col.Ok() || (flags & wxCONTROL_PRESSED) != 0 )
         {
             if ( wxDynamicCast(win, wxScrollBar) )
                 col = Get(flags & wxCONTROL_PRESSED ? SCROLLBAR_PRESSED