// Author: Jaakko Salli
// Modified by:
// Created: Apr-30-2006
-// RCS-ID: $Id$
// Copyright: (c) 2005 Jaakko Salli
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
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