* Timeline should display frames by default, not seconds

This commit is contained in:
2005-05-12 12:33:43 +00:00
parent 55cf304e99
commit 71a2d40b00

View File

@@ -4307,6 +4307,8 @@ static void init_timespace(ScrArea *sa)
stime->v2d.keepzoom= 0;
stime->v2d.keeptot= 0;
stime->flag |= TIME_DRAWFRAMES;
}