mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
Merge pull request #7344 from m-kuhn/console_no_immediate_print
Make console printing safe again
This commit is contained in:
commit
b66a6430be
@ -61,7 +61,7 @@ class writeOut(object):
|
||||
self.move_cursor_to_end()
|
||||
|
||||
if self.style != "_traceback":
|
||||
QCoreApplication.processEvents()
|
||||
self.sO.repaint()
|
||||
|
||||
if self.fire_keyboard_interrupt:
|
||||
self.fire_keyboard_interrupt = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user