; Effect a safer version of that fix for Emacs 29
* src/haikuterm.c (haiku_draw_stretch_glyph_string): Use computed X value, as on X. Do not merge to master.
This commit is contained in:
parent
a6cb8e3a1f
commit
de335cb3dc
1 changed files with 1 additions and 1 deletions
|
@ -1399,7 +1399,7 @@ haiku_draw_stretch_glyph_string (struct glyph_string *s)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (background_width > 0)
|
if (background_width > 0)
|
||||||
haiku_draw_background_rect (s, s->face, s->x, s->y,
|
haiku_draw_background_rect (s, s->face, x, s->y,
|
||||||
background_width, s->height);
|
background_width, s->height);
|
||||||
}
|
}
|
||||||
s->background_filled_p = 1;
|
s->background_filled_p = 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue