[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56416] trunk/blender/source/blender/ editors/space_nla/space_nla.c: Bug fix #35151

Ton Roosendaal ton at blender.org
Tue Apr 30 17:17:21 CEST 2013


Revision: 56416
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56416
Author:   ton
Date:     2013-04-30 15:17:20 +0000 (Tue, 30 Apr 2013)
Log Message:
-----------
Bug fix #35151

NLA editor: the channel list and the main area were not perfectly aligned, and could
jump a bit around. Easy fix.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_nla/space_nla.c

Modified: trunk/blender/source/blender/editors/space_nla/space_nla.c
===================================================================
--- trunk/blender/source/blender/editors/space_nla/space_nla.c	2013-04-30 13:10:14 UTC (rev 56415)
+++ trunk/blender/source/blender/editors/space_nla/space_nla.c	2013-04-30 15:17:20 UTC (rev 56416)
@@ -206,6 +206,9 @@
 {
 	wmKeyMap *keymap;
 	
+	/* ensure the 2d view sync works - main region has bottom scroller */
+	ar->v2d.scroll = V2D_SCROLL_BOTTOM;
+	
 	UI_view2d_region_reinit(&ar->v2d, V2D_COMMONVIEW_LIST, ar->winx, ar->winy);
 	
 	/* own keymap */




More information about the Bf-blender-cvs mailing list