diff --git a/ase/project.cc b/ase/project.cc index 23db1b58..157b9707 100644 --- a/ase/project.cc +++ b/ase/project.cc @@ -818,6 +818,8 @@ ProjectImpl::create_track () tracks_.insert (tracks_.end() - int (havemaster), track); emit_event ("track", "insert", { { "track", track }, }); track->_set_parent (this); + if (is_active()) + track->_activate(); emit_notify ("all_tracks"); return track; }