X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/155ecd4c4221d3bbc7aa93d472d11948f21d21ab..0bbe61b8c18a1795189f0cf73cc61c14a0fb846d:/src/common/imagfill.cpp diff --git a/src/common/imagfill.cpp b/src/common/imagfill.cpp index b81b977055..fdc8784ef6 100644 --- a/src/common/imagfill.cpp +++ b/src/common/imagfill.cpp @@ -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;