You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call QQuickItemPrivate::transformChanged when the clip is dirtied
An item that observes the viewport may use this to do clipping via
QQuickItem::clipRect(), in which case changing the clip of a parent
item needs to be reflected by a transformChanged call for the observing
item.
Change-Id: I02df01a6ff6d48695bcf55a65983966c0575d86b
Reviewed-by: Volker Hilsheimer <[email protected]>
0 commit comments