QScintilla/QsciScintillaCompat.py

branch
Py2 comp.
changeset 2538
b2642e7a4c18
parent 2525
8b507a9a2d40
child 2677
3d4277929fb3
--- a/QScintilla/QsciScintillaCompat.py	Mon Mar 25 10:08:52 2013 +0100
+++ b/QScintilla/QsciScintillaCompat.py	Mon Mar 25 10:24:44 2013 +0100
@@ -116,9 +116,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