QScintilla/MiniEditor.py

branch
5_4_x
changeset 3643
a60d2ee42402
parent 3160
209a07d7e401
--- a/QScintilla/MiniEditor.py	Tue Jun 17 21:09:24 2014 +0200
+++ b/QScintilla/MiniEditor.py	Thu Jun 19 10:00:53 2014 +0200
@@ -332,7 +332,7 @@
                 "Shortcuts/{0}/{1}/AltAccel".format(
                     category, act.objectName()))
             if accel is not None:
-                act.setAlternateShortcut(QKeySequence(accel))
+                act.setAlternateShortcut(QKeySequence(accel), removeEmpty=True)
     
     def __createActions(self):
         """

eric ide

mercurial