From: Vadim Zeitlin Date: Sat, 4 Mar 2006 20:26:14 +0000 (+0000) Subject: don't use grey background for the control, it makes selection almost completely invis... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c1318d3fa2ff0b247abdc6a93cc0bda6612cc15c 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 --- diff --git a/samples/listctrl/listtest.cpp b/samples/listctrl/listtest.cpp index 065a3e6b2e..ff643ad850 100644 --- a/samples/listctrl/listtest.cpp +++ b/samples/listctrl/listtest.cpp @@ -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 );