added saving/restoring state of panels and completed nested sequences

This commit is contained in:
itsmattkc
2018-11-15 11:35:54 +11:00
parent 52cbd3e4fb
commit 8ce6473839
5 changed files with 106 additions and 46 deletions
+4 -2
View File
@@ -115,8 +115,10 @@ void DeleteClipAction::undo() {
void DeleteClipAction::redo() {
// remove ref to clip
ref = seq->clips.at(index);
close_clip(ref);
if (ref->multithreaded) ref->cacher->wait();
if (ref->open) {
close_clip(ref);
if (ref->multithreaded) ref->cacher->wait();
}
seq->clips[index] = NULL;
// delete link to this clip