--- a/src/eric7/ViewManager/ViewManager.py Thu Dec 08 18:04:00 2022 +0100 +++ b/src/eric7/ViewManager/ViewManager.py Thu Dec 08 18:09:33 2022 +0100 @@ -5648,7 +5648,7 @@ """ editor.modificationStatusChanged.connect(self._modificationStatusChanged) editor.cursorChanged.connect( - lambda f, l, p: self.__cursorChanged(f, l, p, editor) + lambda fn, line, pos: self.__cursorChanged(fn, line, pos, editor) ) editor.editorSaved.connect(lambda fn: self.__editorSaved(fn, editor)) editor.editorRenamed.connect(lambda fn: self.__editorRenamed(fn, editor))