diff -r 6a042a54e0f7 -r 385f60c94548 eric6/QScintilla/Editor.py --- a/eric6/QScintilla/Editor.py Sat Apr 10 17:54:58 2021 +0200 +++ b/eric6/QScintilla/Editor.py Sat Apr 10 18:31:17 2021 +0200 @@ -5434,7 +5434,7 @@ if ct - ctshift < ctmin: ct = ctmin else: - ct = ct - ctshift + ct -= ctshift return ct #################################################################