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

pull/428/head
Joel-Milligan 2 years ago committed by GitHub
parent 5a0dd7e322
commit 3937953f72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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();

Loading…
Cancel
Save