Codechange: Allow all widget types to have a WidgetID index.
This commit is contained in:
committed by
Peter Nelson
parent
31fbb17c5b
commit
82f5af7ecd
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user