Fixed an issue related to a false activation of a margin context menu entry of the editor. 5_1_x

Sat, 26 Feb 2011 14:29:49 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 26 Feb 2011 14:29:49 +0100
branch
5_1_x
changeset 916
861bc555e9cf
parent 909
3a1f8622e175
child 918
c601407cb8e7

Fixed an issue related to a false activation of a margin context menu entry of the editor.

QScintilla/Editor.py file | annotate | diff | comparison | revisions
--- a/QScintilla/Editor.py	Sun Feb 20 19:02:12 2011 +0100
+++ b/QScintilla/Editor.py	Sat Feb 26 14:29:49 2011 +0100
@@ -4074,7 +4074,7 @@
                 self.marginMenuActs["ShowWarning"].setEnabled(False)
         else:
             self.marginMenuActs["NextWarningMarker"].setEnabled(False)
-            self.marginMenuActs["PreviousWarningMarker"].setEnabled(True)
+            self.marginMenuActs["PreviousWarningMarker"].setEnabled(False)
             self.marginMenuActs["ClearWarnings"].setEnabled(False)
             self.marginMenuActs["ShowWarning"].setEnabled(False)
         

eric ide

mercurial