]> git.sesse.net Git - kdenlive/commitdiff
small fix in keyframe editor
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 17 Nov 2009 19:48:48 +0000 (19:48 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Tue, 17 Nov 2009 19:48:48 +0000 (19:48 +0000)
svn path=/trunk/kdenlive/; revision=4131

src/keyframeedit.cpp

index be033ffa6a500a8856be9a89f039b60378771f64..262136736540f416a31d162d803b5a0084b8de45 100644 (file)
@@ -147,6 +147,7 @@ void KeyframeEdit::slotGenerateParams(QTreeWidgetItem *item, int column)
             if (item->text(1).toInt() >= m_param.attribute("max").toInt()) item->setText(1, m_param.attribute("max"));
             if (item->text(1).toInt() <= m_param.attribute("min").toInt()) item->setText(1, m_param.attribute("min"));
         }
+       slotAdjustKeyframeInfo();
     }
     QString keyframes;
     for (int i = 0; i < keyframe_list->topLevelItemCount(); i++) {