mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03: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
Notes:
sideshowbarker
2024-07-17 18:36:15 +09:00
Author: https://github.com/thankyouverycool Commit: https://github.com/SerenityOS/serenity/commit/0e56dd4917 Pull-request: https://github.com/SerenityOS/serenity/pull/12621
@ -72,7 +72,7 @@ public:
|
||||
break;
|
||||
}
|
||||
}
|
||||
invalidate();
|
||||
did_update(GUI::Model::UpdateFlag::DontInvalidateIndices);
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user