mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge commit godotengine/godot@d33da79d3f
This commit is contained in:
@@ -1069,7 +1069,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"));
|
||||
|
||||
Reference in New Issue
Block a user