summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-09-21 22:47:08 +0000
committerJames Bursa <james@netsurf-browser.org>2003-09-21 22:47:08 +0000
commit53635480521030761f8aa0488752853eab6d9f87 (patch)
tree53056deb456dcb9d85134bd6b3c3ea0592c41076 /riscos
parent7859d24ee58afe30c10439eded636d09def5583c (diff)
downloadnetsurf-53635480521030761f8aa0488752853eab6d9f87.tar.gz
netsurf-53635480521030761f8aa0488752853eab6d9f87.tar.bz2
[project @ 2003-09-21 22:47:08 by bursa]
Implement display: inline-block and work on textarea. svn path=/import/netsurf/; revision=307
Diffstat (limited to 'riscos')
-rw-r--r--riscos/htmlredraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/htmlredraw.c b/riscos/htmlredraw.c
index 3259c095c..731a24ac4 100644
--- a/riscos/htmlredraw.c
+++ b/riscos/htmlredraw.c
@@ -108,7 +108,7 @@ void html_redraw_box(struct content *content, struct box * box,
x0, y0, x1, y1);
html_redraw_unclip(clip_x0, clip_y0, clip_x1, clip_y1);
- } else if (box->gadget) {
+ } else if (box->gadget && box->gadget->type != GADGET_TEXTAREA) {
wimp_icon icon;
LOG(("writing GADGET"));