Fix: Resorting file list did not update filtered rows.

pull/78/head
peter1138 5 years ago committed by Charles Pigott
parent fb1b6fa47a
commit 69928df3f0

@ -577,6 +577,7 @@ public:
if (_savegame_sort_dirty) {
_savegame_sort_dirty = false;
SortSaveGameList(this->fios_items);
this->OnInvalidateData(SLIWD_FILTER_CHANGES);
}
this->DrawWidgets();

Loading…
Cancel
Save