]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't set background_filled_p
authorPo Lu <luangruo@yahoo.com>
Fri, 12 May 2023 03:19:11 +0000 (03:19 +0000)
committerPo Lu <luangruo@yahoo.com>
Fri, 12 May 2023 03:20:26 +0000 (03:20 +0000)
* src/haikufont.c (haikufont_draw): Don't set
`background_filled_p' when filling the background.

src/haikufont.c

index b4c2e5472477996e694f43cce8de990672b1627b..b6a9cb34c4d4b27bbea05f5304f2c87d0cafe766 100644 (file)
@@ -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);