From ce217373f56b78e30d04de0f1f6c71c971c3b6b2 Mon Sep 17 00:00:00 2001 From: Till Theato Date: Sun, 23 Jan 2011 10:18:50 +0000 Subject: [PATCH] fix regression: corners on-monitor item not updated when changing values in keyframe table svn path=/trunk/kdenlive/; revision=5344 --- src/cornerswidget.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cornerswidget.cpp b/src/cornerswidget.cpp index 35b59a95..86a2dd20 100644 --- a/src/cornerswidget.cpp +++ b/src/cornerswidget.cpp @@ -65,6 +65,8 @@ CornersWidget::CornersWidget(Monitor *monitor, QDomElement e, int minFrame, int connect(m_config, SIGNAL(showScene(bool)), this, SLOT(slotShowScene(bool))); connect(m_monitor, SIGNAL(renderPosition(int)), this, SLOT(slotCheckMonitorPosition(int))); connect(m_scene, SIGNAL(actionFinished()), this, SLOT(slotUpdateProperties())); + + connect(keyframe_list, SIGNAL(cellChanged(int, int)), this, SLOT(slotUpdateItem())); } CornersWidget::~CornersWidget() -- 2.39.2