Thu, 27 Feb 2025 09:22:15 +0100
Fixed an issue in UserInterface related to the Shell and lower dock.
src/eric7/UI/UserInterface.py | file | annotate | diff | comparison | revisions |
--- 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)