Skip to content

Set `Qt::WA_NoMousePropagation` to fix drag everywhere

Fushan Wen requested to merge work/fuf/evil into master

MouseArea in MouseArea in QQuickWidget will leak the inner mouse events to the root widget window, which causes the bug.

Example: MouseAreaInQQuickWidget.tar.gz

Ref: https://bugreports.qt.io/browse/QTBUG-109861

Edited by Fushan Wen

Merge request reports