X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eae20a30ea20e0292b050d41ad190c0c08c75ec1..b6db2d145af115920246a91cee384c5a260b2da0:/src/generic/combog.cpp diff --git a/src/generic/combog.cpp b/src/generic/combog.cpp index f2cb9abf67..092e3e75dd 100644 --- a/src/generic/combog.cpp +++ b/src/generic/combog.cpp @@ -237,7 +237,7 @@ void wxGenericComboCtrl::OnPaintEvent( wxPaintEvent& WXUNUSED(event) ) // Set border colour wxPen pen1( wxSystemSettings::GetColour(wxSYS_COLOUR_GRAYTEXT), customBorder, - wxSOLID ); + wxPENSTYLE_SOLID); dc.SetPen( pen1 ); // area around both controls