瀏覽代碼

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();";