Merge branch 'master' into jgrpp

This commit is contained in:
Jonathan G Rennison
2022-08-30 19:36:31 +01:00
4 changed files with 25 additions and 9 deletions

View File

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