mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +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
1 changed files with 2 additions and 1 deletions
|
|
@ -585,7 +585,8 @@ $guiContent = new GuiNavEditorCtrl(NavEditorGui, EditorGuiGroup) {
|
||||||
password = "0";
|
password = "0";
|
||||||
tabComplete = "0";
|
tabComplete = "0";
|
||||||
sinkAllKeyEvents = "0";
|
sinkAllKeyEvents = "0";
|
||||||
profile = "ToolsGuiCheckBoxProfile";
|
hovertime = "1000";
|
||||||
|
profile = "ToolsGuiTextEditProfile";
|
||||||
tooltipProfile = "GuiToolTipProfile";
|
tooltipProfile = "GuiToolTipProfile";
|
||||||
toolTip = "The radius for this link.";
|
toolTip = "The radius for this link.";
|
||||||
AltCommand = "NavMeshTools->LinkTool.updateRadius();";
|
AltCommand = "NavMeshTools->LinkTool.updateRadius();";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue