src/eric7/UI/UserInterface.py

branch
eric7
changeset 11149
fc45672fae42
parent 11148
15e30f0c76a8
child 11155
e1843b6efa73
child 11181
52e30cc024aa
equal deleted inserted replaced
11148:15e30f0c76a8 11149:fc45672fae42
5742 """ 5742 """
5743 Private slot to handle the activation of the Shell window. 5743 Private slot to handle the activation of the Shell window.
5744 """ 5744 """
5745 if self.__layoutType == "Toolboxes": 5745 if self.__layoutType == "Toolboxes":
5746 self.hToolboxDock.show() 5746 self.hToolboxDock.show()
5747 self.hToolboxDock.setCurrentWidget(self.shellAssembly) 5747 self.hToolbox.setCurrentWidget(self.shellAssembly)
5748 elif self.__layoutType == "Sidebars": 5748 elif self.__layoutType == "Sidebars":
5749 self.bottomSidebar.show() 5749 self.bottomSidebar.show()
5750 self.bottomSidebar.setCurrentWidget(self.shellAssembly) 5750 self.bottomSidebar.setCurrentWidget(self.shellAssembly)
5751 self.shell.setFocus(Qt.FocusReason.ActiveWindowFocusReason) 5751 self.shell.setFocus(Qt.FocusReason.ActiveWindowFocusReason)
5752 5752

eric ide

mercurial