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:
authorJoshua Leung <aligorith@gmail.com>2009-02-09 13:33:05 +0300
committerJoshua Leung <aligorith@gmail.com>2009-02-09 13:33:05 +0300
commit2b818935fe708f5f386375d484faa35b9163b4c7 (patch)
tree094c11ab4f05b62005711732172aaf424bf53275 /source/blender/editors/interface/resources.c
parent59736af8fc39246b82213ff0e9c8f917ed36a34c (diff)
Graph Editor: Drawing tweaks for previous commit
* Group channels are drawn with better indention now * Colors for group channels in Graph Editor are now initialised properly * When selecting individual keyframes in Graph Editor, it is now possible to see which curve it belonged to, as the 'active' and 'selected' flags are set on that curve only.
Diffstat (limited to 'source/blender/editors/interface/resources.c')
-rw-r--r--source/blender/editors/interface/resources.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/interface/resources.c b/source/blender/editors/interface/resources.c
index 33e738cfc68..d55a40f9bbb 100644
--- a/source/blender/editors/interface/resources.c
+++ b/source/blender/editors/interface/resources.c
@@ -452,6 +452,8 @@ void ui_theme_init_userdef(void)
SETCOL(btheme->tipo.ds_channel, 82, 96, 110, 255);
SETCOL(btheme->tipo.ds_subchannel, 124, 137, 150, 255);
+ SETCOL(btheme->tipo.group, 22, 112, 0, 255);
+ SETCOL(btheme->tipo.group_active, 125, 233, 96, 255);
/* space file */
/* to have something initialized */