]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/vlbox.cpp
Merge r53510 from 2.8 branch
[wxWidgets.git] / src / generic / vlbox.cpp
index 4d2722220598fc0979ba576bd785844f7847dbd0..f30f2d9db3827362c5037775f99968800e235253 100644 (file)
@@ -371,7 +371,7 @@ wxVListBox::DoDrawSolidBackground(const wxColour& col,
     {
         if ( isSelected )
         {
-            dc.SetBrush(wxBrush(col, wxSOLID));
+            dc.SetBrush(wxBrush(col, wxBRUSHSTYLE_SOLID));
         }
         else // !selected
         {