summaryrefslogtreecommitdiff
path: root/riscos/htmlredraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/htmlredraw.c')
-rw-r--r--riscos/htmlredraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/htmlredraw.c b/riscos/htmlredraw.c
index b76a06105..60f95efe0 100644
--- a/riscos/htmlredraw.c
+++ b/riscos/htmlredraw.c
@@ -130,7 +130,7 @@ void html_redraw_box(struct content *content, struct box * box,
current_background_color = box->style->background_color;
}
- if (box->object) {
+ if (box->object /*&& box->object->type != CONTENT_HTML*/) {
content_redraw(box->object, x, y, width, height, x0, y0, x1, y1);
} else if (box->gadget &&