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>2008-03-13 13:58:36 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2008-03-13 13:58:36 +0300
commit363dcf95352935d2edb2334ad401df9de80ff16c (patch)
treeca45dfd9fa353ed7cc7815b0d842118a89ce237c /source/blender/src/buttons_shading.c
parent4afa6a259435f7dab12c2f79771827d6ed0e2e57 (diff)
Fix for bug #8476: changing lamp buttons or new W-key lamp editing
didn't update shaded mode, and W-key didn't update lamp preview render.
Diffstat (limited to 'source/blender/src/buttons_shading.c')
-rw-r--r--source/blender/src/buttons_shading.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/buttons_shading.c b/source/blender/src/buttons_shading.c
index ca8f08db58a..f107102c7fc 100644
--- a/source/blender/src/buttons_shading.c
+++ b/source/blender/src/buttons_shading.c
@@ -3014,6 +3014,7 @@ void do_matbuts(unsigned short event)
case B_LAMPPRV:
BIF_preview_changed(ID_LA);
allqueue(REDRAWBUTSSHADING, 0);
+ shade_buttons_change_3d();
break;
case B_WORLDPRV:
BIF_preview_changed(ID_WO);