Closed m-kuhn closed 5 years ago
If errors happen on a background thread, they cannot directly be raised to the message bar, since the message bar lives in the main thread.
They are now posted to the event queue of the main thread, so QGIS will show information in the message bar instead of crashing.
If errors happen on a background thread, they cannot directly be raised to the message bar, since the message bar lives in the main thread.
They are now posted to the event queue of the main thread, so QGIS will show information in the message bar instead of crashing.