--- a/src/gtkhtml.c Fri Sep 08 10:17:53 2000 +0000 +++ b/src/gtkhtml.c Fri Sep 08 17:38:40 2000 +0000 @@ -2054,8 +2054,7 @@ gdk_window_get_size(html->html_area, &hwidth, &hheight); gdk_gc_set_foreground(gc, hb->back); gdk_draw_rectangle(html->html_area, gc, TRUE /* filled */, - shift + hb->x, - hb->y - html->yoffset - hei - 6, + hb->x, hb->y - html->yoffset - hei - 6, hwidth - shift - hb->x + 1, hei + hei + 2); }