瀏覽代碼

Hide hint if completion is active

Martin Chuckeles 9 年之前
父節點
當前提交
26cc14e839
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scene/gui/text_edit.cpp

+ 1 - 1
scene/gui/text_edit.cpp

@@ -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;