Fix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK, fixes #10894: Missing OSX-Carbon DataView control header click events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -406,6 +406,10 @@ public:
|
||||
{
|
||||
m_width = NewWidth;
|
||||
}
|
||||
void SetSortOrderVariable(bool NewOrder)
|
||||
{
|
||||
m_ascending = NewOrder;
|
||||
}
|
||||
|
||||
private:
|
||||
// common part of all ctors
|
||||
|
Reference in New Issue
Block a user