git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70773
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int customBorder = m_widthCustomBorder;
// Set border colour
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);
wxPen pen1( wxSystemSettings::GetColour(wxSYS_COLOUR_GRAYTEXT),
customBorder,
wxPENSTYLE_SOLID);
dc.SetPen( pen1 );
// area around both controls
dc.SetPen( pen1 );
// area around both controls