add subtitle track when switching to add tool

Fixes #1709
This commit is contained in:
itsmattkc
2021-09-03 17:02:09 -07:00
parent 90af822bf0
commit 3fccfecd7e
5 changed files with 101 additions and 12 deletions
+1
View File
@@ -264,6 +264,7 @@ const QString &Core::GetSelectedTransition() const
void Core::SetSelectedAddableObject(const Tool::AddableObject &obj)
{
addable_object_ = obj;
emit AddableObjectChanged(addable_object_);
}
void Core::SetSelectedTransitionObject(const QString &obj)