mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-09-01 19:09:09 +00:00
Fix: Resorting file list did not update filtered rows.
This commit is contained in:
@@ -577,6 +577,7 @@ public:
|
|||||||
if (_savegame_sort_dirty) {
|
if (_savegame_sort_dirty) {
|
||||||
_savegame_sort_dirty = false;
|
_savegame_sort_dirty = false;
|
||||||
SortSaveGameList(this->fios_items);
|
SortSaveGameList(this->fios_items);
|
||||||
|
this->OnInvalidateData(SLIWD_FILTER_CHANGES);
|
||||||
}
|
}
|
||||||
|
|
||||||
this->DrawWidgets();
|
this->DrawWidgets();
|
||||||
|
Reference in New Issue
Block a user