mirror of
https://github.com/RGBCube/serenity
synced 2025-05-22 19:45:08 +00:00
SystemMonitor: Don't invalidate ProcessStateModel on refresh
The model has a fixed number of rows based on the column enum and shouldn't need to be invalidated every update.
This commit is contained in:
parent
4daa5622fe
commit
0e56dd4917
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ public:
|
|||
break;
|
||||
}
|
||||
}
|
||||
invalidate();
|
||||
did_update(GUI::Model::UpdateFlag::DontInvalidateIndices);
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue