Fit zoom when opening project.

This commit is contained in:
Jonathan Moore Liles 2008-05-29 15:46:17 -05:00
parent 7b03a7fb4d
commit 5543edf8ec
1 changed files with 2 additions and 0 deletions

View File

@ -239,6 +239,8 @@ Project::open ( const char *name )
tle->load_timeline_settings();
timeline->zoom_fit();
return true;
}