summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/htmlredraw.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/riscos/htmlredraw.c b/riscos/htmlredraw.c
index d0bce76dc..d41702692 100644
--- a/riscos/htmlredraw.c
+++ b/riscos/htmlredraw.c
@@ -126,8 +126,7 @@ void html_redraw_box(struct content *content, struct box * box,
content_redraw(box->object, x, y, width, height, x0, y0, x1, y1);
} else if (box->gadget &&
- (box->gadget->type == GADGET_SELECT ||
- box->gadget->type == GADGET_CHECKBOX ||
+ (box->gadget->type == GADGET_CHECKBOX ||
box->gadget->type == GADGET_RADIO)) {
wimp_icon icon;