Fix mouse highlight with some fonts in Cairo builds
* src/ftcrfont.c (ftcrfont_draw): Don't set the 'background_filled_p' flag of the glyph string. (Bug#63271)
This commit is contained in:
parent
32b42b333c
commit
acf4763417
1 changed files with 0 additions and 1 deletions
|
@ -590,7 +590,6 @@ ftcrfont_draw (struct glyph_string *s,
|
|||
GREEN_FROM_ULONG (col) / 255.0,
|
||||
BLUE_FROM_ULONG (col) / 255.0);
|
||||
#endif
|
||||
s->background_filled_p = 1;
|
||||
cairo_rectangle (cr, x, y - FONT_BASE (s->font),
|
||||
s->width, FONT_HEIGHT (s->font));
|
||||
cairo_fill (cr);
|
||||
|
|
Loading…
Add table
Reference in a new issue