fix type list popup display

This commit is contained in:
AzaezelX 2023-12-20 18:51:12 -06:00
parent df00543502
commit 4ed617f7df

View file

@ -61,7 +61,7 @@ GuiControl* GuiInspectorTypeMenuBase::constructEditControl()
GuiPopUpMenuCtrl *menu = dynamic_cast<GuiPopUpMenuCtrl*>(retCtrl);
// Let's make it look pretty.
retCtrl->setDataField( StringTable->insert("profile"), NULL, "GuiPopUpMenuProfile" );
retCtrl->setDataField( StringTable->insert("profile"), NULL, "ToolsGuiPopupMenuProfile" );
_registerEditControl( retCtrl );
// Configure it to update our value when the popup is closed