From abcdba0ad6c44927b8f4ae65fb29d5ca12cb562e Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 2 Dec 2007 14:09:42 +0000 Subject: [PATCH] Use FillHilite style git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/dataview.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mac/carbon/dataview.cpp b/src/mac/carbon/dataview.cpp index a640caffe7..633a553412 100644 --- a/src/mac/carbon/dataview.cpp +++ b/src/mac/carbon/dataview.cpp @@ -933,6 +933,8 @@ bool wxDataViewCtrl::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, InstallControlEventHandler(this->m_peer->GetControlRef(),GetwxMacDataViewCtrlEventHandlerUPP(),GetEventTypeCount(eventList),eventList,this,NULL); + ::SetDataBrowserTableViewHiliteStyle( this->m_peer->GetControlRef(), kDataBrowserTableViewFillHilite ); + return true; } /* wxDataViewCtrl::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxValidator& validator) */ -- 2.50.0