Fixed an issue in UserInterface related to the Shell and lower dock. eric7

Thu, 27 Feb 2025 09:22:15 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 27 Feb 2025 09:22:15 +0100
branch
eric7
changeset 11149
fc45672fae42
parent 11148
15e30f0c76a8
child 11150
73d80859079c

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)

eric ide

mercurial