merged master
This commit is contained in:
+1
-6
@@ -1055,12 +1055,7 @@ 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
|
||||
|
||||
seq->clips.at(i)->refresh();
|
||||
if (seq->clips.at(i) != NULL) seq->clips.at(i)->refresh();
|
||||
}
|
||||
|
||||
if (sequence == seq) {
|
||||
|
||||
Reference in New Issue
Block a user