X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c375936db8a23ab7e8a5f4bb219672196b7f5929..404b319a85dadd7decf7a5a5331020520031a41c:/src/generic/combog.cpp?ds=sidebyside diff --git a/src/generic/combog.cpp b/src/generic/combog.cpp index fdba8bc50a..615106085c 100644 --- a/src/generic/combog.cpp +++ b/src/generic/combog.cpp @@ -259,7 +259,7 @@ void wxGenericComboCtrl::OnPaintEvent( wxPaintEvent& WXUNUSED(event) ) wxPen pen1( wxColour(133,133,133), customBorder, wxSOLID ); -#else +#else wxPen pen1( wxSystemSettings::GetColour(wxSYS_COLOUR_GRAYTEXT), customBorder, wxPENSTYLE_SOLID);