; * src/nsterm.m (ns_draw_stretch_glyph_string): Fix a thinko (bug#78654).

This commit is contained in:
Eli Zaretskii
2025-06-04 19:56:58 +03:00
parent 680fa61b59
commit 8c4ff60cf4

View File

@@ -4171,7 +4171,7 @@ ns_draw_stretch_glyph_string (struct glyph_string *s)
face = FACE_FROM_ID_OR_NULL (s->f,
MOUSE_HL_INFO (s->f)->mouse_face_face_id);
if (!s->face)
if (!face)
face = FACE_FROM_ID (s->f, MOUSE_FACE_ID);
prepare_face_for_display (s->f, face);