Skip to content

Setup compositing when window is mapped

Vlad Zahorodnii requested to merge work/setup-compositing-on-map into master

Currently, we setup compositing when the window is unmapped. The issue is that it will also create scene items, i.e. a window can be drawn even if readyForPainting() returns false.

Edited by Vlad Zahorodnii

Merge request reports