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:
authorCampbell Barton <ideasman42@gmail.com>2010-06-26 21:12:55 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-26 21:12:55 +0400
commit7ad1491fce07e3c7d3c26902fc1a5d4142e9ad5d (patch)
treea49d778eb5b733de3138d0eb2b7ed4f649b6319e /source/blender/makesdna
parentbd03f26c3a281cd2080e6c4ec1aacdb8049d88c5 (diff)
alpha drawing for color picker, move alpha button into the picker.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index 72c067c9752..16a3b95d71a 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -119,7 +119,7 @@ typedef struct uiWidgetColors {
char text_sel[4];
short shaded;
short shadetop, shadedown;
- short pad;
+ short alpha_check;
} uiWidgetColors;
typedef struct uiWidgetStateColors {