- the Show Shell in Edit -> Preferences will now toggle the Tcl shell based on the current status of the Tcl Shell

- updated the Tcl command Isolate help for follow parameter
This commit is contained in:
Marius Stanciu
2020-04-13 20:44:51 +03:00
committed by Marius
parent 7e98365885
commit 4c196f6bae
4 changed files with 19 additions and 2 deletions

View File

@@ -1736,7 +1736,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
self.splash_cb.stateChanged.connect(self.on_splash_changed)
# Monitor the checkbox from the Application Defaults Tab and show the TCL shell or not depending on it's value
self.shell_startup_cb.clicked.connect(self.app.on_toggle_shell)
self.shell_startup_cb.clicked.connect(self.app.on_toggle_shell_from_settings)
self.language_apply_btn.clicked.connect(lambda: fcTranslate.on_language_apply_click(app=self.app, restart=True))