QScintilla/Editor.py

branch
6_0_x
changeset 4030
c120b267fc0f
parent 4022
f5f42921717e
child 4074
95c24977f68f
diff -r 6d850872e3e0 -r c120b267fc0f QScintilla/Editor.py
--- a/QScintilla/Editor.py	Thu Jan 01 18:38:49 2015 +0100
+++ b/QScintilla/Editor.py	Fri Jan 02 14:56:04 2015 +0100
@@ -4742,8 +4742,6 @@
             self.menuActs["NewSplit"].setIcon(
                 UI.PixmapCache.getIcon("splitVertical.png"))
         
-        self.menuActs["Tools"].setEnabled(not self.toolsMenu.isEmpty())
-        
         self.showMenu.emit("Main", self.menu, self)
         
     def __showContextMenuAutocompletion(self):

eric ide

mercurial