From 61e9f9f328c25b8410db99c7e66e4a0c4651b48f Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 2 May 2001 11:12:42 +0000 Subject: [PATCH] (x_draw_stretch_glyph_string): Don't draw background again if it has already been drawn. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 118c1261ee9..166ffc48adc 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -4408,7 +4408,7 @@ x_draw_stretch_glyph_string (s) } } } - else + else if (!s->background_filled_p) x_draw_glyph_string_bg_rect (s, s->x, s->y, s->background_width, s->height); -- 2.39.2