--- rxvt-unicode/src/scrollbar-rxvt.C 2011/09/01 08:11:27 1.43 +++ rxvt-unicode/src/scrollbar-rxvt.C 2012/10/02 10:29:12 1.44 @@ -164,11 +164,6 @@ botShadowGC = XCreateGC (term->dpy, term->vt, GCForeground, &gcvalue); gcvalue.foreground = term->pix_colors[ (term->depth <= 2 ? Color_fg : Color_scroll)]; scrollbarGC = XCreateGC (term->dpy, term->vt, GCForeground, &gcvalue); - if (shadow) - { - XSetWindowBackground (term->dpy, win, term->pix_colors_focused[Color_trough]); - XClearWindow (term->dpy, win); - } } else {