color must not be set for wxMac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-04-04 09:07:30 +00:00
parent f9c4805a0e
commit e2c28de23e

View File

@@ -124,7 +124,9 @@ bool wxPanel::Create(wxWindow *parent, wxWindowID id,
if ( !wxWindow::Create(parent, id, pos, size, style, name) )
return false;
#ifndef __WXMAC__
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE));
#endif
return true;
}