Wed, 02 Oct 2019 20:16:43 +0200
ViewManager: reverted the focus change change because the faulty behavior is not caused by eric6 (and no workaround seems possible).
eric6/ViewManager/ViewManager.py | file | annotate | diff | comparison | revisions |
--- a/eric6/ViewManager/ViewManager.py Sun Sep 29 17:03:39 2019 +0200 +++ b/eric6/ViewManager/ViewManager.py Wed Oct 02 20:16:43 2019 +0200 @@ -5441,9 +5441,6 @@ """ from QScintilla.Shell import Shell - if now is None: - return - if not isinstance(now, (Editor, Shell)): self.editActGrp.setEnabled(False) self.copyActGrp.setEnabled(False)