mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
can key focus
This commit is contained in:
parent
daa0cfef3a
commit
b2095db575
4 changed files with 70 additions and 6 deletions
|
|
@ -946,6 +946,7 @@ singleton GuiControlProfile( GuiBackFillProfile )
|
|||
singleton GuiControlProfile(GuiShaderEditorProfile : ToolsGuiDefaultProfile)
|
||||
{
|
||||
opaque = true;
|
||||
canKeyFocus = true;
|
||||
};
|
||||
|
||||
singleton GuiControlProfile(ShaderNodeProfile : ToolsGuiDefaultProfile)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue