Also implement wxDataViewColumn::UnsetAsSortKey() for wxGTK
Allow to reset the sort order in native GTK+ implementation too. See #18176.
This commit is contained in:
@@ -43,6 +43,7 @@ public:
|
||||
|
||||
virtual void SetSortable( bool sortable ) wxOVERRIDE;
|
||||
virtual void SetSortOrder( bool ascending ) wxOVERRIDE;
|
||||
virtual void UnsetAsSortKey() wxOVERRIDE;
|
||||
|
||||
virtual void SetResizeable( bool resizable ) wxOVERRIDE;
|
||||
virtual void SetHidden( bool hidden ) wxOVERRIDE;
|
||||
|
Reference in New Issue
Block a user