diff options
author | Po Lu <luangruo@yahoo.com> | 2023-05-12 03:19:11 +0000 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2023-05-12 03:20:26 +0000 |
commit | a8732cb07aa3d707fd1a5271b1d6645ca3c84c3c (patch) | |
tree | f25229bdb736706e0414f9e2e5277a3aa3d8cd3d /src | |
parent | 96c43d398a960361308cec536f3519ad5a74c61c (diff) | |
download | emacs-a8732cb07aa3d707fd1a5271b1d6645ca3c84c3c.tar.gz |
Don't set background_filled_p
* src/haikufont.c (haikufont_draw): Don't set
`background_filled_p' when filling the background.
Diffstat (limited to 'src')
-rw-r--r-- | src/haikufont.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/haikufont.c b/src/haikufont.c index b4c2e547247..b6a9cb34c4d 100644 --- a/src/haikufont.c +++ b/src/haikufont.c @@ -1127,7 +1127,6 @@ haikufont_draw (struct glyph_string *s, int from, int to, haiku_draw_background_rect (s, s->face, x, y - ascent, s->width, height); - s->background_filled_p = 1; } BView_SetHighColor (view, foreground); |