1
0
Fork 0

Fix: Resorting file list did not update filtered rows.

pull/7265/head
peter1138 2019-02-22 12:33:18 +00:00 committed by Charles Pigott
parent fb1b6fa47a
commit 69928df3f0
1 changed files with 1 additions and 0 deletions

View File

@ -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();