mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2026-05-30 12:06:14 +00:00
89d573450a
As it was found the issue has been caused by parallel access to QGraphicsScene so it has been cleared before convertion to pixmap. It has been resolved by deletion concurrent updates in this place (it makes sense anyway).