From d527c669f7731ff71f8179a661f32fb1322cbe51 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Jul 2013 14:05:50 +0000 Subject: fix [#36176] Connected font Bevel moves inwards for some letter combinations bevel wasn't taking into account overlapping text (bug goes back to 1.8). --- source/blender/makesdna/DNA_curve_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_curve_types.h b/source/blender/makesdna/DNA_curve_types.h index 964fa11b0a2..7ff8667f90e 100644 --- a/source/blender/makesdna/DNA_curve_types.h +++ b/source/blender/makesdna/DNA_curve_types.h @@ -75,6 +75,7 @@ typedef struct BevList { struct BevList *next, *prev; int nr, dupe_nr; int poly, hole; + int charidx; } BevList; /* These two Lines with # tell makesdna this struct can be excluded. */ -- cgit v1.2.3