eric6/QScintilla/Editor.py

changeset 7276
25c93adb5de9
parent 7267
aedc309827c7
child 7278
1820a0344b62
--- 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)
         

eric ide

mercurial