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:
committed by
Vadim Zeitlin
parent
6c9ced9be2
commit
43c1baf1bd
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user