Fudge offset no longer required
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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) );
|
||||
|
||||
|
Reference in New Issue
Block a user