]> git.saurik.com Git - wxWidgets.git/commitdiff
adapted background color for mac
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 29 May 2001 21:11:26 +0000 (21:11 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 29 May 2001 21:11:26 +0000 (21:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/treectlg.cpp

index fe255add4ce93e15ea69d07fcd37a497ae7f9ace..fc8cfafc78aedb67067649c9f651946f9809c16f 100644 (file)
@@ -663,9 +663,7 @@ bool wxGenericTreeCtrl::Create(wxWindow *parent, wxWindowID id,
     SetValidator( validator );
 #endif
 
-#ifndef __WXMAC__
     SetBackgroundColour( wxSystemSettings::GetSystemColour( wxSYS_COLOUR_LISTBOX ) );
-#endif
 
 //  m_dottedPen = wxPen( "grey", 0, wxDOT );  too slow under XFree86
     m_dottedPen = wxPen( "grey", 0, 0 );