git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58774
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/settings.h"
#include "wx/dcclient.h"
#include "wx/toplevel.h"
#include "wx/settings.h"
#include "wx/dcclient.h"
#include "wx/toplevel.h"
+ #include "wx/control.h"
#endif
#ifdef __WXGTK20__
#endif
#ifdef __WXGTK20__
void wxStatusBarGeneric::InitColours()
{
#if defined(__WXPM__)
void wxStatusBarGeneric::InitColours()
{
#if defined(__WXPM__)
- m_mediumShadowPen = wxPen(wxColour(127, 127, 127), 1, wxSOLID);
+ m_mediumShadowPen = wxPen(wxColour(127, 127, 127));
m_hilightPen = *wxWHITE_PEN;
SetBackgroundColour(*wxLIGHT_GREY);
m_hilightPen = *wxWHITE_PEN;
SetBackgroundColour(*wxLIGHT_GREY);