QScintilla/QsciScintillaCompat.py

changeset 3039
8dd0165d805d
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3067
8fd7ae10de2b
--- a/QScintilla/QsciScintillaCompat.py	Sat Oct 19 16:51:12 2013 +0200
+++ b/QScintilla/QsciScintillaCompat.py	Sat Oct 19 17:42:18 2013 +0200
@@ -494,8 +494,8 @@
         """
         startLine, startIndex, endLine, endIndex = self.getSelection()
         return startLine != -1 and \
-               startLine != endLine and \
-               self.SendScintilla(QsciScintilla.SCI_SELECTIONISRECTANGLE)
+            startLine != endLine and \
+            self.SendScintilla(QsciScintilla.SCI_SELECTIONISRECTANGLE)
     
     def getRectangularSelection(self):
         """

eric ide

mercurial