Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #7344 from m-kuhn/console_no_immediate_print
Make console printing safe again
  • Loading branch information
m-kuhn committed Jul 3, 2018
2 parents 497637b + ae192e8 commit b66a643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/console/console_output.py
Expand Up @@ -61,7 +61,7 @@ def write(self, m):
self.move_cursor_to_end()

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

if self.fire_keyboard_interrupt:
self.fire_keyboard_interrupt = False
Expand Down

0 comments on commit b66a643

Please sign in to comment.