can key focus

This commit is contained in:
marauder2k7 2024-03-04 17:15:13 +00:00
parent daa0cfef3a
commit b2095db575
4 changed files with 70 additions and 6 deletions

View file

@ -946,6 +946,7 @@ singleton GuiControlProfile( GuiBackFillProfile )
singleton GuiControlProfile(GuiShaderEditorProfile : ToolsGuiDefaultProfile)
{
opaque = true;
canKeyFocus = true;
};
singleton GuiControlProfile(ShaderNodeProfile : ToolsGuiDefaultProfile)