* Temporarily commented out a couple of lines from Brecht's User Prefs commit

Brecht: This makes Blender crash on startup for a few of us, so I'm just 
disabling it for now until you have have a look at it
This commit is contained in:
Matt Ebb 2009-07-16 02:29:49 +00:00
parent 77c3b12023
commit 772f6d9495

@ -1257,8 +1257,8 @@ void ED_region_panels_init(wmWindowManager *wm, ARegion *ar)
// XXX quick hacks for files saved with 2.5 already (i.e. the builtin defaults file)
ar->v2d.scroll |= (V2D_SCROLL_RIGHT|V2D_SCROLL_BOTTOM);
if(!(ar->v2d.align & V2D_ALIGN_NO_POS_Y))
ar->v2d.flag &= ~V2D_IS_INITIALISED;
//if(!(ar->v2d.align & V2D_ALIGN_NO_POS_Y))
// ar->v2d.flag &= ~V2D_IS_INITIALISED;
UI_view2d_region_reinit(&ar->v2d, V2D_COMMONVIEW_PANELS_UI, ar->winx, ar->winy);