From 5543edf8ec6b14ed13a57aba380dc8bd10959607 Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Thu, 29 May 2008 15:46:17 -0500 Subject: [PATCH] Fit zoom when opening project. --- Timeline/Project.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Timeline/Project.C b/Timeline/Project.C index cbe837e..457a086 100644 --- a/Timeline/Project.C +++ b/Timeline/Project.C @@ -239,6 +239,8 @@ Project::open ( const char *name ) tle->load_timeline_settings(); + timeline->zoom_fit(); + return true; }