QScintilla/QsciScintillaCompat.py

changeset 2537
0ff250733d45
parent 2472
4860fe0ed4a6
child 2564
3eb07bb2afd4
--- a/QScintilla/QsciScintillaCompat.py	Mon Mar 25 10:04:02 2013 +0100
+++ b/QScintilla/QsciScintillaCompat.py	Mon Mar 25 10:21:30 2013 +0100
@@ -114,9 +114,9 @@
         for style in rangeLow + rangeHigh:
             self.SendScintilla(QsciScintilla.SCI_STYLESETFONT, style, f)
             self.SendScintilla(QsciScintilla.SCI_STYLESETSIZE, style, ps)
-            self.SendScintilla(QsciScintilla.SCI_STYLESETWEIGHT, style, weight);
-            self.SendScintilla(QsciScintilla.SCI_STYLESETITALIC, style, italic);
-            self.SendScintilla(QsciScintilla.SCI_STYLESETUNDERLINE, style, underline);
+            self.SendScintilla(QsciScintilla.SCI_STYLESETWEIGHT, style, weight)
+            self.SendScintilla(QsciScintilla.SCI_STYLESETITALIC, style, italic)
+            self.SendScintilla(QsciScintilla.SCI_STYLESETUNDERLINE, style, underline)
     
     def linesOnScreen(self):
         """

eric ide

mercurial