Skip to content

Commit

Permalink
[pyqgis-console] avoid processEvents for stderr output
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Dec 2, 2013
1 parent 27eeff2 commit dcfccbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/console/console_output.py
Expand Up @@ -56,7 +56,9 @@ def write(self, m):
self.out.write(m)

self.move_cursor_to_end()
QCoreApplication.processEvents()

if self.style != "_traceback":
QCoreApplication.processEvents()

def move_cursor_to_end(self):
"""Move cursor to end of text"""
Expand Down

0 comments on commit dcfccbc

Please sign in to comment.