Fix applying header style of wxMSWHeaderCtrl

Call SetWindowStyleFlag when creating the control. Apply wxHD_BITMAP_ON_RIGHT
style. Get rid of the helper function.
This commit is contained in:
Maarten Bent
2020-01-17 23:04:56 +01:00
parent f5548e399e
commit fd9df06d35
2 changed files with 12 additions and 12 deletions

View File

@@ -72,10 +72,6 @@ private:
// Events.
void OnSize(wxSizeEvent& event);
// Style flag helper function.
long ApplyHeaderReorderFlagToStyle(long style);
// The native header control.
wxMSWHeaderCtrl* m_nativeControl;
friend class wxMSWHeaderCtrl;