Fix wxDataViewColumn::SetSortOrder() under macOS

Don't check if we already sort by the column in SetSortOrder() as this
meant the sort order couldn't be changed programmatically at all.

Closes #15405.
This commit is contained in:
Hartwig Wiesmann
2018-02-03 21:03:49 +01:00
committed by Vadim Zeitlin
parent 6c9ced9be2
commit 43c1baf1bd
2 changed files with 19 additions and 14 deletions

View File

@@ -282,6 +282,7 @@ wxOSX:
- Fix selecting RGB bitmaps (with no alpha channel) into wxMemoryDC.
- Fix updating radio groups when menu item is inserted/removed from wxMenu.
- Allow changing alignment styles after wxTextCtrl creation (Andreas Falkenhahn).
- Fix wxDataViewColumn::SetSortOrder() (hartwigw).
wxQt