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_buttons/space_buttons.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_buttons/space_buttons.c')
-rw-r--r--source/blender/editors/space_buttons/space_buttons.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_buttons/space_buttons.c b/source/blender/editors/space_buttons/space_buttons.c
index 47806ba7937..f05c652c39d 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -252,6 +252,7 @@ static void buttons_area_listener(ScrArea *sa, wmNotifier *wmn)
case ND_MODE:
case ND_RENDER_OPTIONS:
case ND_KEYINGSET:
+ case ND_LAYER:
ED_area_tag_redraw(sa);
break;