Restore highlighted header of current sorted process column

This commit is contained in:
Christian Göttsche
2020-12-22 17:12:38 +01:00
committed by cgzones
parent 0672be7db1
commit 86d2931255
5 changed files with 23 additions and 19 deletions

View File

@ -141,7 +141,7 @@ void ScreenManager_run(ScreenManager* this, Panel** lastFocus, int* lastKey) {
bool timedOut = true;
bool redraw = true;
bool force_redraw = false;
bool force_redraw = true;
bool rescan = false;
int sortTimeout = 0;
int resetSortTimeout = 5;