diff --git a/src/kcms/decoration/declarative-plugin/previewitem.cpp b/src/kcms/decoration/declarative-plugin/previewitem.cpp index ea6df5d8c3..2fb4817bd9 100644 --- a/src/kcms/decoration/declarative-plugin/previewitem.cpp +++ b/src/kcms/decoration/declarative-plugin/previewitem.cpp @@ -298,6 +298,8 @@ void PreviewItem::proxyPassEvent(E *event) const } else { QCoreApplication::instance()->sendEvent(decoration(), event); } + // Propagate events to parent + event->ignore(); } void PreviewItem::mouseDoubleClickEvent(QMouseEvent *event)