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:
parent
75ae9acfa8
commit
c1318d3fa2
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user