From c9f466117bf9e6e1401bb9ed48b368e6266cfb80 Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Thu, 27 Feb 2020 12:36:16 +0530 Subject: [PATCH] Drop debug --- containments/panel/package/contents/ui/FullContainer.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {