- clicking on the activity icon will replot all objects
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user