[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33638] trunk/blender/source/blender/ editors/space_image/space_image.c: Fix for imageeditor' s scopes not updating when changing the image.

Xavier Thomas xavier.thomas.1980 at gmail.com
Mon Dec 13 15:47:31 CET 2010


Revision: 33638
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33638
Author:   xat
Date:     2010-12-13 15:47:31 +0100 (Mon, 13 Dec 2010)

Log Message:
-----------
Fix for imageeditor's  scopes not updating when changing the image.

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

Modified: trunk/blender/source/blender/editors/space_image/space_image.c
===================================================================
--- trunk/blender/source/blender/editors/space_image/space_image.c	2010-12-13 13:50:20 UTC (rev 33637)
+++ trunk/blender/source/blender/editors/space_image/space_image.c	2010-12-13 14:47:31 UTC (rev 33638)
@@ -643,6 +643,7 @@
 			switch(wmn->data) {
 				case ND_DATA:
 				case ND_SELECT:
+					image_scopes_tag_refresh(sa);
 					ED_area_tag_refresh(sa);
 					ED_area_tag_redraw(sa);
 					break;





More information about the Bf-blender-cvs mailing list