2.5 - Bugfix for old Outliner/Oops views

Old oops views were not being converted to Outliner views), so the View menu was empty.
This commit is contained in:
Joshua Leung
2008-12-30 03:28:01 +00:00
parent 11e50fb581
commit 81d788471f

View File

@@ -5173,6 +5173,8 @@ static void area_add_window_regions(ScrArea *sa, SpaceLink *sl, ListBase *lb)
ar->v2d.keepzoom |= (V2D_LOCKZOOM_X|V2D_LOCKZOOM_Y|V2D_KEEPASPECT);
ar->v2d.keeptot = V2D_KEEPTOT_STRICT;
//ar->v2d.flag |= V2D_IS_INITIALISED;
soops->type= SO_OUTLINER;
}
break;
case SPACE_TIME: