X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30e92ba333f0aa8b7d7f1c004ea20e4dab5c1f7a..9ed3454e3d06f99510cd203419c40c46a0370c08:/src/generic/combog.cpp diff --git a/src/generic/combog.cpp b/src/generic/combog.cpp index 84eb95cd47..fdba8bc50a 100644 --- a/src/generic/combog.cpp +++ b/src/generic/combog.cpp @@ -255,9 +255,15 @@ void wxGenericComboCtrl::OnPaintEvent( wxPaintEvent& WXUNUSED(event) ) int customBorder = m_widthCustomBorder; // Set border colour +#ifdef __WXMAC__ + wxPen pen1( wxColour(133,133,133), + customBorder, + wxSOLID ); +#else wxPen pen1( wxSystemSettings::GetColour(wxSYS_COLOUR_GRAYTEXT), customBorder, wxPENSTYLE_SOLID); +#endif dc.SetPen( pen1 ); // area around both controls