소스 검색

Merge pull request #11 from Azaezel/BaseUIUpdateWipwork_20231219B

fix type list popup display
Areloch 1 년 전
부모
커밋
5e0e79076b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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