Hide hint if completion is active
This commit is contained in:
parent
03025f60b6
commit
26cc14e839
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue