eric7/QScintilla/ShellWindow.py

branch
eric7
changeset 8701
9a7ef33a4534
parent 8637
394377638256
child 8881
54e42bc2437a
--- a/eric7/QScintilla/ShellWindow.py	Mon Oct 18 16:45:05 2021 +0200
+++ b/eric7/QScintilla/ShellWindow.py	Tue Oct 19 19:55:21 2021 +0200
@@ -907,9 +907,7 @@
             QCoreApplication.translate('ViewManager', 'Zoom'),
             UI.PixmapCache.getIcon("zoomTo"),
             QCoreApplication.translate('ViewManager', '&Zoom'),
-            QKeySequence(QCoreApplication.translate(
-                'ViewManager', "Ctrl+#", "View|Zoom")),
-            0,
+            0, 0,
             self.viewActGrp, 'vm_view_zoom')
         self.zoomToAct.setStatusTip(QCoreApplication.translate(
             'ViewManager', 'Zoom the text'))

eric ide

mercurial