--- a/QScintilla/Editor.py Fri Jan 03 18:53:10 2014 +0100 +++ b/QScintilla/Editor.py Sat Jan 04 16:23:47 2014 +0100 @@ -142,7 +142,7 @@ @exception IOError raised to indicate an issue accessing the file """ super().__init__() - self.setAttribute(Qt.WA_DeleteOnClose) +## self.setAttribute(Qt.WA_DeleteOnClose) self.setAttribute(Qt.WA_KeyCompression) self.setUtf8(True)