diff --git a/src/plasmaquick/appletquickitem.cpp b/src/plasmaquick/appletquickitem.cpp --- a/src/plasmaquick/appletquickitem.cpp +++ b/src/plasmaquick/appletquickitem.cpp @@ -702,12 +702,6 @@ void AppletQuickItem::setExpanded(bool expanded) { - if (d->applet->isContainment()) { - expanded = true; - } - - //if there is no compact representation it means it's always expanded - //Containments are always expanded if (d->expanded == expanded) { return; }