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:
parent
1ada896b7d
commit
825de9a102
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue