mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09: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:
committed by
Andreas Kling
parent
4daa5622fe
commit
0e56dd4917
@@ -72,7 +72,7 @@ public:
|
||||
break;
|
||||
}
|
||||
}
|
||||
invalidate();
|
||||
did_update(GUI::Model::UpdateFlag::DontInvalidateIndices);
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user