]> git.saurik.com Git - wxWidgets.git/commitdiff
don't use grey background for the control, it makes selection almost completely invis...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Mar 2006 20:26:14 +0000 (20:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Mar 2006 20:26:14 +0000 (20:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/listctrl/listtest.cpp

index 065a3e6b2e29b3cb7183b40137ae7610c5b3be85..ff643ad850d81937658f1f8ca5b1cae58859ae72 100644 (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 );