From: Karl Heuer Date: Tue, 15 Mar 1994 01:25:19 +0000 (+0000) Subject: (x_scroll_bar_expose): Don't make the right border thicker. X-Git-Tag: emacs-19.34~9496 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb61ec09b7ca89560ef471878e79d27ee2952e4a;p=emacs.git (x_scroll_bar_expose): Don't make the right border thicker. --- 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; }