Fit zoom when opening project.
This commit is contained in:
parent
7b03a7fb4d
commit
5543edf8ec
|
@ -239,6 +239,8 @@ Project::open ( const char *name )
|
|||
|
||||
tle->load_timeline_settings();
|
||||
|
||||
timeline->zoom_fit();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue