mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-12 06:21:02 -08:00
(x_fill_stretch_glyph_string): Remove an assertion.
This commit is contained in:
parent
daecaf5da2
commit
c296fc0108
1 changed files with 3 additions and 1 deletions
|
|
@ -4773,7 +4773,9 @@ x_fill_stretch_glyph_string (s, row, area, start, end)
|
|||
/* Adjust base line for subscript/superscript text. */
|
||||
s->ybase += voffset;
|
||||
|
||||
xassert (s->face && s->face->gc);
|
||||
/* The case that face->gc == 0 is handled when drawing the glyph
|
||||
string by calling PREPARE_FACE_FOR_DISPLAY. */
|
||||
xassert (s->face);
|
||||
return glyph - s->row->glyphs[s->area];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue