We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 497637b + ae192e8 commit b66a643Copy full SHA for b66a643
python/console/console_output.py
@@ -61,7 +61,7 @@ def write(self, m):
61
self.move_cursor_to_end()
62
63
if self.style != "_traceback":
64
- QCoreApplication.processEvents()
+ self.sO.repaint()
65
66
if self.fire_keyboard_interrupt:
67
self.fire_keyboard_interrupt = False
0 commit comments