src/eric7/Sessions/SessionFile.py

branch
eric7
changeset 9937
a56c297bfd61
parent 9653
e67609152c5e
child 10050
3750abc45d5e
diff -r 2bc607eea0b9 -r a56c297bfd61 src/eric7/Sessions/SessionFile.py
--- a/src/eric7/Sessions/SessionFile.py	Sun Mar 26 14:25:08 2023 +0200
+++ b/src/eric7/Sessions/SessionFile.py	Mon Mar 27 22:05:05 2023 +0200
@@ -307,7 +307,7 @@
                 if editorDict["Folds"]:
                     ed.recolor()
                     ed.setContractedFolds(editorDict["Folds"])
-                    ed.setCursorPosition(*editorDict["Cursor"])
+                ed.setCursorPosition(*editorDict["Cursor"])
 
         # step 3: breakpoints
         # ===================

eric ide

mercurial