]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
1945421 applied
[wxWidgets.git] / src / common / wincmn.cpp
index a30532702bf5848f69978c412516c28165e7fbd7..6a5a381c0570470d81488ba52ab6809324369094 100644 (file)
@@ -1399,7 +1399,7 @@ void wxWindowBase::ClearBackground()
     // wxGTK uses its own version, no need to add never used code
 #ifndef __WXGTK__
     wxClientDC dc((wxWindow *)this);
-    wxBrush brush(GetBackgroundColour(), wxSOLID);
+    wxBrush brush(GetBackgroundColour(), wxBRUSHSTYLE_SOLID);
     dc.SetBackground(brush);
     dc.Clear();
 #endif // __WXGTK__