From a1cfc60ce93826ac5169e43edb1b6918a70f6e81 Mon Sep 17 00:00:00 2001 From: jandegr Date: Sun, 7 May 2017 13:59:41 +0200 Subject: remove default text background --- navit/layout.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/navit/layout.c b/navit/layout.c index c78e7c79d..328c0609e 100644 --- a/navit/layout.c +++ b/navit/layout.c @@ -529,7 +529,6 @@ circle_new(struct attr *parent, struct attr **attrs) e = g_new0(struct element, 1); e->type=element_circle; e->color = color_black; - e->u.circle.background_color = color_white; element_set_color(e, attrs); element_set_background_color(&e->u.circle.background_color, attrs); element_set_text_size(e, attrs); @@ -550,7 +549,6 @@ text_new(struct attr *parent, struct attr **attrs) e->type=element_text; element_set_text_size(e, attrs); e->color = color_black; - e->u.text.background_color = color_white; element_set_color(e, attrs); element_set_background_color(&e->u.text.background_color, attrs); -- cgit v1.2.1