]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/imagfill.cpp
handle correctly never/always shown scrollbars in GetClientSize()
[wxWidgets.git] / src / common / imagfill.cpp
index b81b9770557a854d4cd6a03c93d544444a274fc4..fdc8784ef68bf366ecdea8999f6518f7836830c9 100644 (file)
@@ -276,7 +276,7 @@ wxImageFloodFill(wxImage *image,
 bool wxDoFloodFill(wxDC *dc, wxCoord x, wxCoord y,
                    const wxColour& col, int style)
 {
-    if (dc->GetBrush().GetStyle() == wxTRANSPARENT)
+    if (dc->GetBrush().GetStyle() == wxBRUSHSTYLE_TRANSPARENT)
         return true;
 
     int height = 0;