aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickshapes
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2020-09-06 19:46:34 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2020-09-07 11:48:28 +0200
commitf500e45cc5b237b5ed549947cdf129e9cafa689c (patch)
tree16bcfd3f3ca72a4798b51a72f05c8cbf122bb3ef /src/quickshapes
parent23ad0953abd4acee9f866966b6ff1d26b1eb777d (diff)
Render loops: ignore update reqs during the main polish step
The classic example is Shape, which needs to dirty the QQuickItem in updatePolish() in order to get it picked up in the synchronize step. That part is fine, but we do not want maybeUpdate() to issue a requestUpdate() then since we are effectively in progress of doing an update, so having another full round of polish/sync/render is a waste. Task-number: QTBUG-86089 Change-Id: Ie41563b34da17e7134631791ed024b31e87e21e3 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'src/quickshapes')
0 files changed, 0 insertions, 0 deletions