--- a/eric6/QScintilla/Editor.py Fri Sep 27 10:56:04 2019 +0200 +++ b/eric6/QScintilla/Editor.py Fri Sep 27 11:33:22 2019 +0200 @@ -6902,9 +6902,8 @@ @param event the event object (QFocusEvent) """ - if not self.callTipsVisible(): - self.vm.editorActGrp.setEnabled(False) - self.setCaretWidth(0) + self.vm.editorActGrp.setEnabled(False) + self.setCaretWidth(0) super(Editor, self).focusOutEvent(event)