- clicking on the activity icon will replot all objects

This commit is contained in:
Marius Stanciu
2020-05-29 05:43:21 +03:00
committed by Marius
parent 57a3c48f2f
commit 8d160a6d8c
4 changed files with 4 additions and 4 deletions

View File

@@ -3644,7 +3644,6 @@ class MainGUI(QtWidgets.QMainWindow):
self.shell_dock.hide()
self.app.plotcanvas.native.setFocus()
self.shell_status_label.setStyleSheet("")
self.app.inform.emit(_("Shell disabled."))
else:
self.shell_dock.show()
self.shell_status_label.setStyleSheet("""
@@ -3654,7 +3653,6 @@ class MainGUI(QtWidgets.QMainWindow):
background-color: lightcoral;
}
""")
self.app.inform.emit(_("Shell enabled."))
# I want to take the focus and give it to the Tcl Shell when the Tcl Shell is run
# self.shell._edit.setFocus()