]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_scroll_bar_expose): Don't make the right border thicker.
authorKarl Heuer <kwzh@gnu.org>
Tue, 15 Mar 1994 01:25:19 +0000 (01:25 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 15 Mar 1994 01:25:19 +0000 (01:25 +0000)
src/xterm.c

index 8a219c5da16bde4d8972533547d057744e76ea31..93610d9092125cb66743141b71a2927be37c9404 100644 (file)
@@ -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;
 }