Skip to content

kcmoduleqml: set `Qt::WA_NoMousePropagation` to fix drag everywhere

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

MouseArea no longer accepts pressed events under certain circumstances, so pressed events are relayed to the main window and a drag will be started by the Breeze style.

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

Merge request reports