Hide hint if completion is active

(cherry picked from commit 26cc14e839)
This commit is contained in:
Martin Chuckeles 2016-03-03 20:31:25 +01:00 committed by Rémi Verschelde
parent cb7693c533
commit 4b2fcabb74
1 changed files with 1 additions and 1 deletions

View File

@ -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<StyleBox> sb = get_stylebox("panel","TooltipPanel");
Ref<Font> font = cache.font; Ref<Font> font = cache.font;