--- a/UI/UserInterface.py Sat Dec 02 12:40:52 2017 +0100 +++ b/UI/UserInterface.py Sun Dec 31 18:27:40 2017 +0100 @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2002 - 2017 Detlev Offenbach <detlev@die-offenbachs.de> +# Copyright (c) 2002 - 2018 Detlev Offenbach <detlev@die-offenbachs.de> # """ @@ -1465,7 +1465,7 @@ """ window.</p>""" )) self.debugViewerActivateAct.triggered.connect( - self.__activateDebugViewer) + self.activateDebugViewer) self.actions.append(self.debugViewerActivateAct) self.addAction(self.debugViewerActivateAct) @@ -3959,9 +3959,9 @@ self.multiProjectBrowser.show() self.multiProjectBrowser.setFocus(Qt.ActiveWindowFocusReason) - def __activateDebugViewer(self): - """ - Private slot to handle the activation of the debug viewer. + def activateDebugViewer(self): + """ + Public slot to handle the activation of the debug viewer. """ if self.layoutType == "Toolboxes": self.rToolboxDock.show()