mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-19 14:43:47 +00:00
fix type list popup display
This commit is contained in:
parent
df00543502
commit
4ed617f7df
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue