diff --git a/containments/panel/package/contents/ui/FullContainer.qml b/containments/panel/package/contents/ui/FullContainer.qml index d2bf418d..9ad62947 100644 --- a/containments/panel/package/contents/ui/FullContainer.qml +++ b/containments/panel/package/contents/ui/FullContainer.qml @@ -31,7 +31,7 @@ DrawerBackground { height: parent.height width: visible ? quickSettingsParent.width : 0 Layout.minimumHeight: applet && applet.switchHeight - onVisibleChanged: {print("OOOOOOO"+fullRepresentationModel+fullRepresentationView) + onVisibleChanged: { if (visible) { for (var i = 0; i < fullRepresentationModel.count; ++i) { if (fullRepresentationModel.get(i) === this) {