(x_draw_stretch_glyph_string): Fix last change.

This commit is contained in:
Kim F. Storm 2006-05-29 21:52:16 +00:00
parent 73af07164d
commit 5e6b6dcd59

View file

@ -2451,6 +2451,7 @@ x_draw_stretch_glyph_string (s)
}
if (background_width > 0)
x_draw_glyph_string_bg_rect (s, x, s->y, background_width, s->height);
}
s->background_filled_p = 1;
}