[multimedia/kdenlive] src/timeline2/view/qml: Fix missing require properties for KeyframeDelegate

Julius Künzel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit 4016a53cf17149636692f36ec873358713710639 by Julius Künzel.
Committed on 09/08/2026 at 22:53.
Pushed by jlskuz into branch 'master'.

Fix missing require properties for KeyframeDelegate

This fixes the KeyframeView in the timeline

M  +2    -0    src/timeline2/view/qml/KeyframeView.qml

https://invent.kde.org/multimedia/kdenlive/-/commit/4016a53cf17149636692f36ec873358713710639

diff --git a/src/timeline2/view/qml/KeyframeView.qml b/src/timeline2/view/qml/KeyframeView.qml
index fee1a3da48..329d6bf9e9 100644
--- a/src/timeline2/view/qml/KeyframeView.qml
+++ b/src/timeline2/view/qml/KeyframeView.qml
@@ -121,6 +121,8 @@ Rectangle
                 parentInPoint: keyframeContainer.inPoint
                 allowUserInteraction: !keyframeContainer.isPanning
                 parentItemId: keyframeContainer.clipId
+                keyframeContainerWidth: keyframeContainer.width
+                keyframeContainerHeight: keyframeContainer.height
 
                 onRequestRepaint: {
                     keyframecanvas.requestPaint()
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.