--- rxvt-unicode/src/scrollbar-plain.C 2007/05/01 21:30:01 1.21 +++ rxvt-unicode/src/scrollbar-plain.C 2007/12/29 14:25:42 1.22 @@ -49,12 +49,12 @@ { if (last_top < scrollBar.top) XClearArea (dpy, scrollBar.win, - sb_shadow, last_top, + scrollBar.sb_shadow, last_top, sbwidth + 1, scrollBar.top - last_top, False); if (scrollBar.bot < last_bot) XClearArea (dpy, scrollBar.win, - sb_shadow, scrollBar.bot, + scrollBar.sb_shadow, scrollBar.bot, sbwidth + 1, last_bot - scrollBar.bot, False); } else