QScintilla/Shell.py

changeset 826
2e3e2055e715
parent 802
e8882d16384c
child 943
1246bd8280a6
child 1057
fed2f10ce334
--- a/QScintilla/Shell.py	Fri Jan 07 12:38:39 2011 +0100
+++ b/QScintilla/Shell.py	Fri Jan 07 15:52:50 2011 +0100
@@ -1114,7 +1114,8 @@
                     cmd = ''
             
             self.dbs.remoteStatement(cmd)
-            while self.inCommandExecution: QApplication.processEvents()
+            while self.inCommandExecution:
+                QApplication.processEvents()
         else:
             if not self.echoInput:
                 cmd = self.buff

eric ide

mercurial