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 e65d7b98be.
This commit is contained in:
David Edmundson 2017-06-12 21:38:21 +01:00
parent b0e8ea29fa
commit 4a525f68bd

View File

@ -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) {