1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00

* xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which

does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief.
This commit is contained in:
Kim F. Storm 2006-04-23 23:50:25 +00:00
parent 1ada896b7d
commit 825de9a102

View file

@ -18732,6 +18732,7 @@ fill_stretch_glyph_string (s, row, area, start, end)
s->font = s->face->font;
s->font_info = FONT_INFO_FROM_ID (s->f, s->face->font_info_id);
s->width = glyph->pixel_width;
s->nchars = 1;
voffset = glyph->voffset;
for (++glyph;