X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eae20a30ea20e0292b050d41ad190c0c08c75ec1..05e0b047d879cdbfade7f2ab346c0acdf3e29f96:/src/generic/combog.cpp?ds=sidebyside 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