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
path: root/source
diff options
context:
space:
mode:
authorJoilnen Leite <joilnen.leite@gmail.com>2006-03-10 22:49:25 +0300
committerJoilnen Leite <joilnen.leite@gmail.com>2006-03-10 22:49:25 +0300
commit1c5aa14c5d2b581396596e15ab480f5b1be5d56f (patch)
tree55630a7647c2584bb741f9185759058ddd2573f2 /source
parente932576bb7af8a08cf1b586b15cc23f8fd2ba005 (diff)
fix for bug 3970
.
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/drawobject.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/source/blender/src/drawobject.c b/source/blender/src/drawobject.c
index 95d601d6045..2bc0a2c8ff3 100644
--- a/source/blender/src/drawobject.c
+++ b/source/blender/src/drawobject.c
@@ -3673,13 +3673,6 @@ void draw_object(Base *base, int flag)
else colindex = 6;
}
else if(ob->flag & OB_FROMGROUP) {
- /*****
- if(base->flag & (SELECT+BA_WAS_SEL)) {
- if(G.scene->basact==base) colindex = 11;
- else colindex= 10;
- }
- else colindex = 9;
- ******/
if(base->flag & (SELECT+BA_WAS_SEL)) {
if(G.scene->basact==base) BIF_ThemeColor(TH_GROUP_ACTIVE);
else BIF_ThemeColor(TH_GROUP);