As per wx-dev, split the sort arrow options out to a separate parameter.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41230 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1194,7 +1194,8 @@ void wxTreeListHeaderWindow::OnPaint( wxPaintEvent &WXUNUSED(event) )
|
||||
if ((image != -1) && imageList)
|
||||
params.m_labelBitmap = imageList->GetBitmap(image);
|
||||
|
||||
wxRendererNative::Get().DrawHeaderButton(this, dc, rect, flags, ¶ms);
|
||||
wxRendererNative::Get().DrawHeaderButton(this, dc, rect, flags,
|
||||
wxHDR_SORT_ICON_NONE, ¶ms);
|
||||
}
|
||||
|
||||
if (x < w) {
|
||||
|
Reference in New Issue
Block a user