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:
authorTon Roosendaal <ton@blender.org>2003-10-13 18:57:43 +0400
committerTon Roosendaal <ton@blender.org>2003-10-13 18:57:43 +0400
commitceb26d2a4ebc3097f9a1cd675a70e8f179915289 (patch)
tree3b03ce66c4e0981333cbf50d332600014c21a472 /source/blender/src/editipo.c
parent5c2005cf06d786985ebf2213aa25070bdbda2a4f (diff)
- experiment: changed drawing style of Panels to minimal and fully
transparant. - converted the Texture buttons, they're nice too!
Diffstat (limited to 'source/blender/src/editipo.c')
-rw-r--r--source/blender/src/editipo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editipo.c b/source/blender/src/editipo.c
index ac7992dfc03..2d52b6e9f62 100644
--- a/source/blender/src/editipo.c
+++ b/source/blender/src/editipo.c
@@ -638,7 +638,7 @@ void editipo_changed(SpaceIpo *si, int doredraw)
else if(si->blocktype==ID_MA) allqueue(REDRAWBUTSSHADING, 0);
else if(si->blocktype==ID_WO) allqueue(REDRAWBUTSSHADING, 0);
- else if(si->blocktype==ID_LA) allqueue(REDRAWBUTSLAMP, 0);
+ else if(si->blocktype==ID_LA) allqueue(REDRAWBUTSSHADING, 0);
// else if(si->blocktype==ID_SO) allqueue(REDRAWBUTSSOUND, 0);
else if(si->blocktype==ID_CA) {
allqueue(REDRAWBUTSEDIT, 0);