Skip to content

shapes: turn rendering sync

Harald Sitter requested to merge work/sitter/async into master

async apparently leads to race conditions where the paths aren't redrawing properly in reaction to dimension changes caused by the layout during startup.

IOW the paths aren't drawn where they should be

https://bugreports.qt.io/browse/QTBUG-128637

BUG: 492326

Merge request reports