mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update NavEditorGui.gui
fix textsliderctrl not losing focus, reason for the issue was incorrect profile
This commit is contained in:
parent
496e427d76
commit
e55d3b6f82
|
|
@ -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();";
|
||||
|
|
|
|||
Loading…
Reference in a new issue