ProcessList: sort before panel rebuild if needed

This commit is contained in:
Denis Lisov
2021-12-16 01:33:32 +03:00
committed by BenBE
parent 4aeb146ce8
commit a3a7958721
4 changed files with 9 additions and 5 deletions

View File

@ -50,6 +50,7 @@ typedef struct ProcessList_ {
Hashtable* displayTreeSet;
Hashtable* draftingTreeSet;
bool needsSort;
Hashtable* dynamicMeters; /* runtime-discovered meters */
Hashtable* dynamicColumns; /* runtime-discovered Columns */