QScintilla/MiniEditor.py

changeset 3642
1a6f8d9b63a5
parent 3621
15f23ed3f216
child 3656
441956d8fce5
--- a/QScintilla/MiniEditor.py	Tue Jun 17 21:09:24 2014 +0200
+++ b/QScintilla/MiniEditor.py	Thu Jun 19 10:00:53 2014 +0200
@@ -333,7 +333,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