From 3743e9d67453d2e58dec10e8edef67f8f2dfb99d Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Sun, 12 Apr 2020 22:22:39 -0600 Subject: [PATCH] Fix PC3 BusyIndicator binding loop Summary: Without this, the Busy Indicator generates binding loops for me when used in the new ExpandableListItem component. Test Plan: No more binding loops in console logging Reviewers: #plasma, davidedmundson, broulik Reviewed By: #plasma, broulik Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D28787 --- src/declarativeimports/plasmacomponents3/BusyIndicator.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarativeimports/plasmacomponents3/BusyIndicator.qml b/src/declarativeimports/plasmacomponents3/BusyIndicator.qml index 02534f1c2..f0b1c5e9d 100644 --- a/src/declarativeimports/plasmacomponents3/BusyIndicator.qml +++ b/src/declarativeimports/plasmacomponents3/BusyIndicator.qml @@ -40,7 +40,7 @@ T.BusyIndicator { elementId: "busywidget" implicitWidth: units.gridUnit * 2 - implicitHeight: width + implicitHeight: units.gridUnit * 2 Connections { target: control