Fixed a bug in the main user interface related to the shell being embedded in the debug viewer.

Thu, 23 Mar 2017 18:58:56 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 23 Mar 2017 18:58:56 +0100
changeset 5654
d75dfc0d10f2
parent 5653
c023821bb25f
child 5656
9c21b2746218

Fixed a bug in the main user interface related to the shell being embedded in the debug viewer.

UI/UserInterface.py file | annotate | diff | comparison | revisions
--- a/UI/UserInterface.py	Wed Mar 22 19:59:45 2017 +0100
+++ b/UI/UserInterface.py	Thu Mar 23 18:58:56 2017 +0100
@@ -3930,7 +3930,7 @@
                 self.rightSidebar.setCurrentWidget(self.debugViewer)
             else:
                 self.debugViewer.show()
-            self.debugViewer.setCurrentWidget(self.shellAssembly)
+            self.debugViewer.setCurrentWidget(self.debugViewer.shellAssembly)
         else:                               # separate window
             if self.layoutType == "Toolboxes":
                 self.hToolboxDock.show()

eric ide

mercurial