implement double clicking a sequence in the project explorer to open it

This commit is contained in:
itsmattkc
2020-01-03 21:14:27 +11:00
parent e671fb63b7
commit 3369bb53f9
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -337,7 +337,7 @@ void Core::CreateNewSequence()
Core::instance()->undo_stack()->push(aic);
Sequence::Open(new_sequence);
Sequence::Open(new_sequence.get());
}
}