QScintilla/Editor.py

changeset 3169
7b1b754a60a6
parent 3160
209a07d7e401
child 3178
f25fc1364c88
child 3190
a9a94491c4fd
child 3262
fffe2df45766
--- 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)
         

eric ide

mercurial