From e55d3b6f82e24f70de8f0c49d000da2b4c32b932 Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Fri, 25 Jul 2025 10:11:08 +0100 Subject: [PATCH] Update NavEditorGui.gui fix textsliderctrl not losing focus, reason for the issue was incorrect profile --- Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui b/Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui index 17b443670..3445d3752 100644 --- a/Templates/BaseGame/game/tools/navEditor/NavEditorGui.gui +++ b/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();";