]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_draw_stretch_glyph_string): Don't draw background
authorGerd Moellmann <gerd@gnu.org>
Wed, 2 May 2001 11:12:42 +0000 (11:12 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 2 May 2001 11:12:42 +0000 (11:12 +0000)
again if it has already been drawn.

src/xterm.c

index 118c1261ee93ad7a890a31f02d8772e7b3f079dd..166ffc48adcbaf852d9b5f5dcefb11b28c09b285 100644 (file)
@@ -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);