]> git.saurik.com Git - wxWidgets.git/commitdiff
removing double set of geometry
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 18 May 2008 11:38:07 +0000 (11:38 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 18 May 2008 11:38:07 +0000 (11:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/dataview.cpp

index 3afab916aa845a7c14380d72fdc1a5ef689192ff..101eaa9b33a952b0f3371e4767cf0e3447c67054 100644 (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) */