]> git.sesse.net Git - kdenlive/commitdiff
fix regression: corners on-monitor item not updated when changing values in keyframe...
authorTill Theato <root@ttill.de>
Sun, 23 Jan 2011 10:18:50 +0000 (10:18 +0000)
committerTill Theato <root@ttill.de>
Sun, 23 Jan 2011 10:18:50 +0000 (10:18 +0000)
svn path=/trunk/kdenlive/; revision=5344

src/cornerswidget.cpp

index 35b59a9587ccc140593d60442be0bed189c92de9..86a2dd2067ea7d9cbb44a6bf988814ce09e5413a 100644 (file)
@@ -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()