don't use grey background for the control, it makes selection almost completely invisible in the default Mac colour scheme

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-03-04 20:26:14 +00:00
parent 75ae9acfa8
commit c1318d3fa2

View File

@ -486,7 +486,6 @@ void MyFrame::InitWithReportItems()
m_listCtrl->SetItem( item );
m_listCtrl->SetTextColour(*wxBLUE);
m_listCtrl->SetBackgroundColour(*wxLIGHT_GREY);
m_listCtrl->SetColumnWidth( 0, wxLIST_AUTOSIZE );
m_listCtrl->SetColumnWidth( 1, wxLIST_AUTOSIZE );