src/eric7/QScintilla/ShellWindow.py

branch
eric7
changeset 10135
36839e2c6945
parent 10134
08ca9b336a43
child 10431
64157aeb0312
diff -r 08ca9b336a43 -r 36839e2c6945 src/eric7/QScintilla/ShellWindow.py
--- a/src/eric7/QScintilla/ShellWindow.py	Tue Jul 25 13:14:27 2023 +0200
+++ b/src/eric7/QScintilla/ShellWindow.py	Tue Jul 25 16:41:52 2023 +0200
@@ -1565,7 +1565,7 @@
             displayMode=ConfigurationMode.SHELLMODE,
         )
         dlg.show()
-        dlg.showConfigurationPageByName("shellPage")
+        dlg.showConfigurationPageByName("0shellPage")
         dlg.exec()
         if dlg.result() == QDialog.DialogCode.Accepted:
             dlg.setPreferences()

eric ide

mercurial