From 7ad1491fce07e3c7d3c26902fc1a5d4142e9ad5d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 26 Jun 2010 17:12:55 +0000 Subject: alpha drawing for color picker, move alpha button into the picker. --- source/blender/makesdna/DNA_userdef_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') 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 { -- cgit v1.2.3