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:
authorJoshua Leung <aligorith@gmail.com>2010-04-04 06:08:38 +0400
committerJoshua Leung <aligorith@gmail.com>2010-04-04 06:08:38 +0400
commitf7977ab8ccb85b3c5d2a4a1221184d2174915c17 (patch)
tree26fa20c76e5dc2f050272ae31a0925fd2fad8f84 /source
parent4021db8af82bb96ecd727e1a3374367f189ce415 (diff)
'Active spline' theme setting was not getting initialised on old files
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/interface/resources.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/interface/resources.c b/source/blender/editors/interface/resources.c
index 2296da63800..dcfbc94798b 100644
--- a/source/blender/editors/interface/resources.c
+++ b/source/blender/editors/interface/resources.c
@@ -1429,6 +1429,7 @@ void init_userdef_do_versions(void)
SETCOL(btheme->tv3d.handle_sel_auto, 0xf0, 0xff, 0x40, 255);
SETCOL(btheme->tv3d.handle_sel_vect, 0x40, 0xc0, 0x30, 255);
SETCOL(btheme->tv3d.handle_sel_align, 0xf0, 0x90, 0xa0, 255);
+ SETCOL(btheme->tv3d.act_spline, 0xdb, 0x25, 0x12, 255);
/* same colors again for Graph Editor... */
SETCOL(btheme->tipo.handle_free, 0, 0, 0, 255);