Fixed a bug in the View Manager. 6_1_x

Fri, 01 Jan 2016 15:53:49 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 01 Jan 2016 15:53:49 +0100
branch
6_1_x
changeset 4637
0b6d7412a2c4
parent 4635
d56142a28ea4
child 4639
14cc2a6e004b

Fixed a bug in the View Manager.
(grafted from 7e57528c43a026a20a29620b2d619c7aff9dbb46)

ViewManager/ViewManager.py file | annotate | diff | comparison | revisions
--- a/ViewManager/ViewManager.py	Fri Jan 01 12:52:10 2016 +0100
+++ b/ViewManager/ViewManager.py	Fri Jan 01 15:53:49 2016 +0100
@@ -2430,7 +2430,7 @@
             if isMacPlatform():
                 act.setShortcut(QKeySequence(
                     QCoreApplication.translate('ViewManager', 'Meta+Shift+A')))
-            self.esm.setMapping(act, QsciScintilla.SCI_HOME)
+            self.esm.setMapping(act, QsciScintilla.SCI_HOMEEXTEND)
             act.triggered.connect(self.esm.map)
             self.editActions.append(act)
         

eric ide

mercurial