Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.6
-
None
Description
https://github.com/qt/qtdeclarative/blob/6.6/src/quick/util/qquickdeliveryagent.cpp#L1112-L1117
// All decendants have been visited. // Now deliver the event to the item return deliverHoverEventToItem(item, scenePos, lastScenePos, modifiers, timestamp, false); // Continue propagation / recursion return false;