parent
e5e68a3feb
commit
5a3b076869
|
@ -456,7 +456,7 @@ bool html_redraw_box(struct box *box,
|
|||
/* borders for block level content and replaced inlines */
|
||||
if (box->style && box->type != BOX_TEXT &&
|
||||
box->type != BOX_INLINE_END &&
|
||||
(bg_box->type != BOX_INLINE || bg_box->object) &&
|
||||
(box->type != BOX_INLINE || box->object) &&
|
||||
(border_top || border_right ||
|
||||
border_bottom || border_left))
|
||||
if (!html_redraw_borders(box, x_parent, y_parent,
|
||||
|
|
Loading…
Reference in New Issue