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
This commit is contained in:
Nate Graham 2020-04-12 22:22:39 -06:00
parent 700f90538f
commit 3743e9d674

View File

@ -40,7 +40,7 @@ T.BusyIndicator {
elementId: "busywidget"
implicitWidth: units.gridUnit * 2
implicitHeight: width
implicitHeight: units.gridUnit * 2
Connections {
target: control