Follow native renderer for DrawHeaderButton.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -888,8 +888,9 @@ public:
|
|||||||
virtual void DrawHeaderButton(wxWindow *win,
|
virtual void DrawHeaderButton(wxWindow *win,
|
||||||
wxDC& dc,
|
wxDC& dc,
|
||||||
const wxRect& rect,
|
const wxRect& rect,
|
||||||
int flags = 0)
|
int flags = 0,
|
||||||
{ m_renderer->DrawHeaderButton(win, dc, rect, flags); }
|
wxHeaderButtonParams* params=NULL)
|
||||||
|
{ m_renderer->DrawHeaderButton(win, dc, rect, flags, params); }
|
||||||
virtual void DrawTreeItemButton(wxWindow *win,
|
virtual void DrawTreeItemButton(wxWindow *win,
|
||||||
wxDC& dc,
|
wxDC& dc,
|
||||||
const wxRect& rect,
|
const wxRect& rect,
|
||||||
|
Reference in New Issue
Block a user