implement double clicking a sequence in the project explorer to open it
This commit is contained in:
+1
-1
@@ -337,7 +337,7 @@ void Core::CreateNewSequence()
|
||||
|
||||
Core::instance()->undo_stack()->push(aic);
|
||||
|
||||
Sequence::Open(new_sequence);
|
||||
Sequence::Open(new_sequence.get());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user