Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Thomas <xavier.thomas.1980@gmail.com>2010-12-13 17:47:31 +0300
committerXavier Thomas <xavier.thomas.1980@gmail.com>2010-12-13 17:47:31 +0300
commitd241f2ed9377857c24e6d87feb277ad37bf2bda0 (patch)
tree27d0a3cb138317792a4a675ec2e23cf0520f5e64 /source/blender/editors/space_image
parent6402aedc1a8fb808900e781ee588e569eaecb12c (diff)
Fix for imageeditor's scopes not updating when changing the image.
Diffstat (limited to 'source/blender/editors/space_image')
-rw-r--r--source/blender/editors/space_image/space_image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_image/space_image.c b/source/blender/editors/space_image/space_image.c
index cebc0666eb0..58ae3d0df87 100644
--- a/source/blender/editors/space_image/space_image.c
+++ b/source/blender/editors/space_image/space_image.c
@@ -643,6 +643,7 @@ static void image_listener(ScrArea *sa, wmNotifier *wmn)
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;