diff --git a/ProcessList.c b/ProcessList.c index 6218a6cd..83e200eb 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;