mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
Fix crash bug.
svn path=/trunk/netsurf/; revision=5932
This commit is contained in:
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
Block a user