Codechange: Allow all widget types to have a WidgetID index.

This commit is contained in:
Peter Nelson
2025-05-25 09:51:46 +01:00
committed by Peter Nelson
parent 31fbb17c5b
commit 82f5af7ecd
4 changed files with 41 additions and 93 deletions

View File

@@ -1713,6 +1713,7 @@ public:
void FillWidgetLookup(WidgetLookup &widget_lookup) override
{
this->NWidgetBase::FillWidgetLookup(widget_lookup);
this->avs->FillWidgetLookup(widget_lookup);
this->acs->FillWidgetLookup(widget_lookup);
this->inf->FillWidgetLookup(widget_lookup);