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:
authorPablo Vazquez <venomgfx@gmail.com>2018-07-10 01:47:08 +0300
committerPablo Vazquez <venomgfx@gmail.com>2018-07-10 01:47:08 +0300
commit1112f49a14ba3bdf2c960a61a1975458e3ee986f (patch)
treecfbce6cac6a13efc991b7e03a341be1182c910e1 /source/blender/makesdna
parent8373544df30a0e24b080a03c4d4c0b5108c4932d (diff)
UI: Cleanup - Remove Show Panel Header and Background
A toggle for this is no longer required now that both header and background colors are RGBA (disabling Show Header is the same setting the alpha to 0). Thanks Brecht for reviewing!
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index d2782dee9ff..1e199904356 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -156,8 +156,7 @@ typedef struct uiPanelColors {
char header[4];
char back[4];
char sub_back[4];
- short show_header;
- short show_back;
+ char pad2[4];
} uiPanelColors;
typedef struct uiGradientColors {