mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 18:11:13 +00:00
Add icon for local variable completion options
This commit is contained in:
parent
24d74510e5
commit
5c9d80592a
2 changed files with 2 additions and 1 deletions
|
|
@ -1067,7 +1067,7 @@ Ref<Texture2D> CodeTextEditor::_get_completion_icon(const ScriptLanguage::CodeCo
|
|||
tex = get_editor_theme_icon(SNAME("NodePath"));
|
||||
break;
|
||||
case ScriptLanguage::CODE_COMPLETION_KIND_VARIABLE:
|
||||
tex = get_editor_theme_icon(SNAME("Variant"));
|
||||
tex = get_editor_theme_icon(SNAME("LocalVariable"));
|
||||
break;
|
||||
case ScriptLanguage::CODE_COMPLETION_KIND_CONSTANT:
|
||||
tex = get_editor_theme_icon(SNAME("MemberConstant"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue