[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55572] trunk/blender/source/blender/ editors/screen/area.c: Bug fix:

Ton Roosendaal ton at blender.org
Mon Mar 25 16:45:59 CET 2013


Revision: 55572
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55572
Author:   ton
Date:     2013-03-25 15:45:59 +0000 (Mon, 25 Mar 2013)
Log Message:
-----------
Bug fix:

On screen/area refresh calls the header scroll offset was cleared too. 
Probably an old remainder of early 2.5 coding. Should be not needed so much.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/screen/area.c

Modified: trunk/blender/source/blender/editors/screen/area.c
===================================================================
--- trunk/blender/source/blender/editors/screen/area.c	2013-03-25 15:32:15 UTC (rev 55571)
+++ trunk/blender/source/blender/editors/screen/area.c	2013-03-25 15:45:59 UTC (rev 55572)
@@ -1847,7 +1847,6 @@
 
 void ED_region_header_init(ARegion *ar)
 {
-	ar->v2d.flag &= ~V2D_IS_INITIALISED;
 	UI_view2d_region_reinit(&ar->v2d, V2D_COMMONVIEW_HEADER, ar->winx, ar->winy);
 }
 




More information about the Bf-blender-cvs mailing list