Fri, 01 Jan 2016 15:53:49 +0100
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)