animated layer merge warning, fix timeline update on document open
This commit is contained in:
@@ -2560,9 +2560,12 @@ bool Canvas::project_open_thread(std::string file_path)
|
||||
if (App::I->layout.m_loaded)
|
||||
{
|
||||
pb->destroy();
|
||||
App::I->title_update();
|
||||
App::I->update_rec_frames();
|
||||
App::I->animation->load_layers();
|
||||
App::I->ui_task([] {
|
||||
App::I->title_update();
|
||||
App::I->update_rec_frames();
|
||||
Canvas::I->anim_update();
|
||||
App::I->animation->load_layers();
|
||||
});
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user