QScintilla/Editor.py

changeset 3149
e98100461710
parent 3100
1c86bf655433
child 3152
0845347fe512
diff -r 2ca92de36c23 -r e98100461710 QScintilla/Editor.py
--- a/QScintilla/Editor.py	Mon Dec 16 19:29:58 2013 +0100
+++ b/QScintilla/Editor.py	Wed Dec 18 08:46:27 2013 +0100
@@ -5365,6 +5365,9 @@
             line = self.markerLine(handle) + 1
             self.toggleSyntaxError(line, 0, False)
         
+        self.syntaxerrors = {}
+        self.syntaxerrorToggled.emit(self)
+    
     def __showSyntaxError(self, line=-1):
         """
         Private slot to handle the 'Show syntax error message'

eric ide

mercurial