From 9f3012061d91bd5d11eee55772b8c765bf72879b Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 10 Aug 2023 14:55:23 +0200 Subject: [PATCH] ReactionDelegate: Don't bind twice the reaction repeater model We already are using an alias for this --- src/qml/Component/Timeline/ReactionDelegate.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/Component/Timeline/ReactionDelegate.qml b/src/qml/Component/Timeline/ReactionDelegate.qml index 2908a7280..dbc7e89c6 100644 --- a/src/qml/Component/Timeline/ReactionDelegate.qml +++ b/src/qml/Component/Timeline/ReactionDelegate.qml @@ -26,7 +26,6 @@ Flow { Repeater { id: reactionRepeater - model: root.model delegate: QQC2.AbstractButton { width: Math.max(reactionTextMetrics.advanceWidth + Kirigami.Units.smallSpacing * 4, height)