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
Control: fix regression where hoverEnabled defaulted to false
Now (after 83d9084) that
QQuickContentItem's parent is the content control rather
than QQuickRootItem, we need to ensure that the control has the
correct hoverEnabled value. If we don't do this (get the value
from the style hints), it will use QQuickItem's default value of false
and some controls won't be hoverable when they should be.
Fixes: QTBUG-133886
Pick-to: 6.9
Change-Id: Ib0912acf7cdf513bf004837bc4ede970decf23d8
Reviewed-by: Tor Arne Vestbø <[email protected]>
0 commit comments