diff -r 15e30f0c76a8 -r fc45672fae42 src/eric7/UI/UserInterface.py --- a/src/eric7/UI/UserInterface.py Mon Feb 24 15:43:49 2025 +0100 +++ b/src/eric7/UI/UserInterface.py Thu Feb 27 09:22:15 2025 +0100 @@ -5744,7 +5744,7 @@ """ if self.__layoutType == "Toolboxes": self.hToolboxDock.show() - self.hToolboxDock.setCurrentWidget(self.shellAssembly) + self.hToolbox.setCurrentWidget(self.shellAssembly) elif self.__layoutType == "Sidebars": self.bottomSidebar.show() self.bottomSidebar.setCurrentWidget(self.shellAssembly)