mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
Update console_output.py
Call QCoreApplication.processEvents() after writing to Python console, enabling incremental output from Python scripts. Fixes #8343.
This commit is contained in:
parent
b9c9ec440b
commit
3aad6df8cc
@ -52,6 +52,7 @@ class writeOut:
|
||||
self.out.write(m)
|
||||
|
||||
self.move_cursor_to_end()
|
||||
QCoreApplication.processEvents()
|
||||
|
||||
def move_cursor_to_end(self):
|
||||
"""Move cursor to end of text"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user