From 91d8519c478252f06f4043a68060f5c60ed6c6a1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 10 Dec 2013 23:54:33 +1100 Subject: Fix T37463: Increasing window size would add space around menu header --- source/blender/makesdna/DNA_screen_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_screen_types.h') diff --git a/source/blender/makesdna/DNA_screen_types.h b/source/blender/makesdna/DNA_screen_types.h index ec86a4739c5..6b90557113a 100644 --- a/source/blender/makesdna/DNA_screen_types.h +++ b/source/blender/makesdna/DNA_screen_types.h @@ -172,7 +172,7 @@ typedef struct ScrArea { short flag; short region_active_win; /* index of last used region of 'RGN_TYPE_WINDOW' * runtuime variable, updated by executing operators */ - short pad; + char temp, pad; struct SpaceType *type; /* callbacks for this space type */ -- cgit v1.2.3