mirror of
https://github.com/godotengine/godot.git
synced 2025-02-17 22:43:01 +08:00
Update completion menu even if no options exist
This commit is contained in:
parent
d3352813ea
commit
46197cec74
@ -940,9 +940,6 @@ void CodeTextEditor::_complete_request() {
|
||||
if (code_complete_func) {
|
||||
code_complete_func(code_complete_ud, ctext, &entries, forced);
|
||||
}
|
||||
if (entries.size() == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
for (const ScriptLanguage::CodeCompletionOption &e : entries) {
|
||||
Color font_color = completion_font_color;
|
||||
|
Loading…
Reference in New Issue
Block a user