From 01b38be6afbe660e3b9f9e136870a76afb69bf31 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 24 May 2025 13:31:36 +0800 Subject: internal: fix binding loops --- widgets/StyledRect.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'widgets') diff --git a/widgets/StyledRect.qml b/widgets/StyledRect.qml index 1b6f1e7..8b3ac05 100644 --- a/widgets/StyledRect.qml +++ b/widgets/StyledRect.qml @@ -7,8 +7,6 @@ Rectangle { property bool vertical: parent?.vertical ?? false // Convenience property for propagation to children color: "transparent" - implicitWidth: childrenRect.width - implicitHeight: childrenRect.height Behavior on color { ColorAnimation { -- cgit v1.2.3-freya