add auto-timelapse option

This commit is contained in:
2019-11-14 22:23:20 +01:00
parent 56fc581b04
commit 6581a92f40
4 changed files with 29 additions and 2 deletions

View File

@@ -2548,6 +2548,7 @@ bool Canvas::project_open_thread(std::string file_path)
{
pb->destroy();
App::I->title_update();
App::I->update_rec_frames();
App::I->animation->load_layers();
}
return true;