--- 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): """