Implement wxDataViewColumn::UnsetAsSortKey() in macOS version
It was impossible to stop sorting the control if it had been sorted before, so implement UnsetAsSortKey() to allow doing it by destroying the current sort descriptor. Closes #18176.
This commit is contained in:
committed by
Vadim Zeitlin
parent
a3f6456f55
commit
2a59c1fb20
@@ -128,6 +128,7 @@ wxMSW:
|
||||
wxOSX:
|
||||
|
||||
- Fix dispatching pending events (and CallAfter()) in console applications.
|
||||
- Implement wxDataViewColumn::UnsetAsSortKey() (Daniel Kulp).
|
||||
|
||||
wxQt:
|
||||
|
||||
|
Reference in New Issue
Block a user