]> git.saurik.com Git - wxWidgets.git/commitdiff
Fudge offset no longer required
authorRobert Roebling <robert@roebling.de>
Thu, 16 Oct 2008 18:05:44 +0000 (18:05 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 16 Oct 2008 18:05:44 +0000 (18:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/carbon/databrow.cpp

index 89816a01cac5bf7e6f801f366ac83ebf48aad754..fc0a30c9372ffd1c516adeac3be769e0f5affc63 100644 (file)
@@ -1046,7 +1046,7 @@ void wxMacDataViewDataBrowserListViewControl::DataBrowserDrawItemProc(DataBrowse
   wxDC *dc = dataViewCustomRendererPtr->GetDC();
   
   wxRect cellrect( static_cast<int>(rectangle->left),
-                   static_cast<int>(rectangle->top+2),
+                   static_cast<int>(rectangle->top),
                    static_cast<int>(1+rectangle->right-rectangle->left),
                    static_cast<int>(rectangle->bottom-rectangle->top) );