From c1318d3fa2ff0b247abdc6a93cc0bda6612cc15c Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 4 Mar 2006 20:26:14 +0000 Subject: [PATCH] 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 --- samples/listctrl/listtest.cpp | 1 - 1 file changed, 1 deletion(-) 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 ); -- 2.45.2