Shell: little fix to clear the shell window when the debug client ist (re-) started via the "Start" context menu.

Fri, 29 Jun 2018 18:44:12 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 29 Jun 2018 18:44:12 +0200
changeset 6377
ae6ae4e3ec1f
parent 6376
201067699041
child 6378
26cd487e6b56

Shell: little fix to clear the shell window when the debug client ist (re-) started via the "Start" context menu.

QScintilla/Shell.py file | annotate | diff | comparison | revisions
--- a/QScintilla/Shell.py	Thu Jun 28 20:17:18 2018 +0200
+++ b/QScintilla/Shell.py	Fri Jun 29 18:44:12 2018 +0200
@@ -1891,6 +1891,7 @@
         """
         language = action.data()
         self.dbs.startClient(False, language)
+        self.__getBanner()
         
     def handlePreferencesChanged(self):
         """

eric ide

mercurial