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:
authorThomas Dinges <blender@dingto.org>2009-12-19 19:55:04 +0300
committerThomas Dinges <blender@dingto.org>2009-12-19 19:55:04 +0300
commit13848797827e65174ceea193839a91a64309796c (patch)
tree777934d829cf56a7c442053503314c08de32e388 /source/blender/editors/space_buttons
parent924122199b3f4e8c548397c9859c783514008ea2 (diff)
Fixing error introduced in commit 25428.
* Preview Render didn't update in the world tab, when changing settings.
Diffstat (limited to 'source/blender/editors/space_buttons')
-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 f47a8792145..b1940264d80 100644
--- a/source/blender/editors/space_buttons/space_buttons.c
+++ b/source/blender/editors/space_buttons/space_buttons.c
@@ -328,6 +328,7 @@ static void buttons_area_listener(ScrArea *sa, wmNotifier *wmn)
break;
case NC_WORLD:
buttons_area_redraw(sa, BCONTEXT_WORLD);
+ sbuts->preview= 1;
break;
case NC_LAMP:
buttons_area_redraw(sa, BCONTEXT_DATA);