Commit 401c4e2e authored by Gunnar Sletta's avatar Gunnar Sletta
Browse files

QQuickWindow::setColor() should use update() rather than dirtyItem()


dirtyItem() will trigger maybeUpdate in the renderloop which may
decide to skip the render pass if nothing changed in the scene
graph. Use update() instead which forces the rendering to go through
regardless.

Change-Id: I4730bb0cd79d58fa21970a847cc1720060cb14a8
Reviewed-by: default avatarLaszlo Agocs <laszlo.agocs@digia.com>
parent e3c21ca0
Branches
Tags
No related merge requests found
Showing with 1 addition and 1 deletion
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment