Eliminated two unneeded arguments from wxPropertyGrid::DoDrawItems()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1739,9 +1739,7 @@ protected:
|
||||
bool DoClearSelection();
|
||||
|
||||
int DoDrawItems( wxDC& dc,
|
||||
const wxPGProperty* first_item,
|
||||
const wxPGProperty* last_item,
|
||||
const wxRect* clip_rect,
|
||||
const wxRect* clipRect,
|
||||
bool isBuffered ) const;
|
||||
|
||||
/** Draws an expand/collapse (ie. +/-) button.
|
||||
|
Reference in New Issue
Block a user