Showing with 1 addition and 0 deletions.
  1. +1 −0 python/console/console_output.py
1 change: 1 addition & 0 deletions python/console/console_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def write(self, m):
self.out.write(m)

self.move_cursor_to_end()
QCoreApplication.processEvents()

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