removing double set of geometry

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-05-18 11:38:07 +00:00
parent 8e08370217
commit fe6f7f3c78

View File

@@ -1095,8 +1095,6 @@ 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 );
::SetDataBrowserTableViewGeometry( this->m_peer->GetControlRef(), true, false );
return true;
} /* wxDataViewCtrl::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, const wxSize& size, long style, const wxValidator& validator) */