src/eric7/QScintilla/EditorAssembly.py

branch
eric7
changeset 9688
f3817c476a62
parent 9687
3a240d3f3b8c
child 9689
b18ad1f984b1
--- a/src/eric7/QScintilla/EditorAssembly.py	Tue Jan 10 09:19:32 2023 +0100
+++ b/src/eric7/QScintilla/EditorAssembly.py	Tue Jan 10 09:38:34 2023 +0100
@@ -161,6 +161,7 @@
                 self.__editor.cursorLineChanged.disconnect(
                     self.__editorCursorLineChanged
                 )
+            with contextlib.suppress(TypeError):
                 self.__parseTimer.timeout.disconnect(self.__parseEditor)
 
             self.__globalsCombo.clear()

eric ide

mercurial