We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c9ec4 commit 3aad6dfCopy full SHA for 3aad6df
python/console/console_output.py
@@ -52,6 +52,7 @@ def write(self, m):
52
self.out.write(m)
53
54
self.move_cursor_to_end()
55
+ QCoreApplication.processEvents()
56
57
def move_cursor_to_end(self):
58
"""Move cursor to end of text"""
0 commit comments