You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Hide hint if completion is active
This commit is contained in:
@@ -931,7 +931,7 @@ void TextEdit::_notification(int p_what) {
|
||||
|
||||
}
|
||||
|
||||
if (completion_hint!="") {
|
||||
if (completion_hint!="" && !completion_active) {
|
||||
|
||||
Ref<StyleBox> sb = get_stylebox("panel","TooltipPanel");
|
||||
Ref<Font> font = cache.font;
|
||||
|
||||
Reference in New Issue
Block a user