Fix #9363: Rebuild client list on reinit event (#9929)

This commit is contained in:
Joel-Milligan
2022-08-30 20:56:19 +08:00
committed by GitHub
parent 5a0dd7e322
commit 3937953f72

View File

@@ -1714,6 +1714,11 @@ public:
this->FinishInitNested(window_number);
}
void OnInit() override
{
RebuildList();
}
void OnInvalidateData(int data = 0, bool gui_scope = true) override
{
this->RebuildList();