소스 검색

Update NavEditorGui.gui

fix textsliderctrl not losing focus, reason for the issue was incorrect profile
marauder2k7 1 개월 전
부모
커밋
e55d3b6f82
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui

+ 2 - 1
Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui

@@ -585,7 +585,8 @@ $guiContent = new GuiNavEditorCtrl(NavEditorGui, EditorGuiGroup) {
                password = "0";
                tabComplete = "0";
                sinkAllKeyEvents = "0";
-               profile = "ToolsGuiCheckBoxProfile";
+               hovertime = "1000";
+               profile = "ToolsGuiTextEditProfile";
                tooltipProfile = "GuiToolTipProfile";
                toolTip = "The radius for this link.";
                AltCommand = "NavMeshTools->LinkTool.updateRadius();";