From 4a525f68bdacf29c57a42eb7efb6ab2e04f15ee8 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Mon, 12 Jun 2017 21:38:21 +0100 Subject: [PATCH] Revert "Make every applet its own focus scope" Even though this change is probably technically correct, it breaks things in workspace which aren't really setting focus properly. Better to revert now and merge again later when things work. This reverts commit e65d7b98be3fbf0db148ded1cdf57a007e83c665. --- src/plasmaquick/appletquickitem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plasmaquick/appletquickitem.cpp b/src/plasmaquick/appletquickitem.cpp index f48bff1ff..4589f2087 100644 --- a/src/plasmaquick/appletquickitem.cpp +++ b/src/plasmaquick/appletquickitem.cpp @@ -403,7 +403,6 @@ AppletQuickItem::AppletQuickItem(Plasma::Applet *applet, QQuickItem *parent) : QQuickItem(parent), d(new AppletQuickItemPrivate(applet, this)) { - setFlags(QQuickItem::ItemIsFocusScope); d->init(); if (d->applet) {