From fb61ec09b7ca89560ef471878e79d27ee2952e4a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 15 Mar 1994 01:25:19 +0000 Subject: [PATCH] (x_scroll_bar_expose): Don't make the right border thicker. --- src/xterm.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/xterm.c b/src/xterm.c index 8a219c5da16..93610d90921 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -2458,12 +2458,6 @@ x_scroll_bar_expose (bar, event) /* x, y, width, height */ 0, 0, XINT (bar->width) - 1, XINT (bar->height) - 1); - /* Draw another line to make the extra-thick border on the right. */ - XFillRectangle (x_current_display, w, gc, - - /* x, y, width, height */ - XINT (bar->width) - 2, 1, 1, XINT (bar->height) - 2); - UNBLOCK_INPUT; } -- 2.39.5