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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2009-10-26 15:42:25 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2009-10-26 15:42:25 +0300
commit53ac50ea8b8aa19d31a22a91ba09a7ac5a9efc67 (patch)
treedd4c5cacccd6802ea13a4c0222aca9c282309081 /source/blender/editors/space_outliner/space_outliner.c
parent7603479b6e86a012f511bba00a0c55fd28e7b160 (diff)
Bugfix: 3d view with scene layer lock were not updated when the
scene layer or other 3d view layers were changed.
Diffstat (limited to 'source/blender/editors/space_outliner/space_outliner.c')
-rw-r--r--source/blender/editors/space_outliner/space_outliner.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_outliner/space_outliner.c b/source/blender/editors/space_outliner/space_outliner.c
index 826a313217a..93fdc96e9f7 100644
--- a/source/blender/editors/space_outliner/space_outliner.c
+++ b/source/blender/editors/space_outliner/space_outliner.c
@@ -121,6 +121,7 @@ static void outliner_main_area_listener(ARegion *ar, wmNotifier *wmn)
case ND_KEYINGSET:
case ND_FRAME:
case ND_RENDER_OPTIONS:
+ case ND_LAYER:
ED_region_tag_redraw(ar);
break;
}