Browse Source

Merge commit 'aaf926571f321f4626e76476dff076e70b4dabd6' into develop

Mark Sibly 8 năm trước cách đây
mục cha
commit
3a448d148e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/ted2go/document/CodeDocument.monkey2

+ 1 - 1
src/ted2go/document/CodeDocument.monkey2

@@ -1089,7 +1089,7 @@ Class CodeDocument Extends Ted2Document
 	End
 	
 	Function HideAutocomplete()
-		AutoComplete.Hide()
+		If AutoComplete AutoComplete.Hide()
 	End
 	
 	Method GoBack()