Update NavEditorGui.gui

fix textsliderctrl not losing focus, reason for the issue was incorrect profile
This commit is contained in:
marauder2k7 2025-07-25 10:11:08 +01:00
parent 496e427d76
commit e55d3b6f82

View file

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