mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -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.out.write(m)
|
||||||
|
|
||||||
self.move_cursor_to_end()
|
self.move_cursor_to_end()
|
||||||
|
QCoreApplication.processEvents()
|
||||||
|
|
||||||
def move_cursor_to_end(self):
|
def move_cursor_to_end(self):
|
||||||
"""Move cursor to end of text"""
|
"""Move cursor to end of text"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user