fixed replace clip media regression

This commit is contained in:
itsmattkc
2019-01-03 11:25:47 +11:00
parent 820be3b8b5
commit 0f46640931
3 changed files with 83 additions and 88 deletions
-5
View File
@@ -1122,11 +1122,6 @@ void EditSequenceCommand::update() {
item->set_sequence(seq);
for (int i=0;i<seq->clips.size();i++) {
// TODO shift in/out/clipin points to match new frame rate
// BUT ALSO copy/paste must need a similar routine, no?
// See if one exists or if you have to make one, make it
// re-usable
if (seq->clips.at(i) != NULL) seq->clips.at(i)->refresh();
}