Browse Source

fix type list popup display

AzaezelX 1 năm trước cách đây
mục cha
commit
4ed617f7df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Engine/source/gui/editor/guiInspectorTypes.cpp

+ 1 - 1
Engine/source/gui/editor/guiInspectorTypes.cpp

@@ -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