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 );