diff --git a/ProcessList.c b/ProcessList.c index 6218a6cd70de97b73a1806b2ed589be1d3c58154..83e200eb575f39dd7631f756d2a74e1708e00977 100644 --- a/ProcessList.c +++ b/ProcessList.c @@ -311,6 +311,7 @@ void ProcessList_scan(ProcessList* this) { for (int i = 0; i < Vector_size(this->processes); i++) { Process* p = (Process*) Vector_get(this->processes, i); p->updated = false; + p->show = true; } this->totalTasks = 0;