1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00

(x_scroll_bar_expose): Don't make the right border thicker.

This commit is contained in:
Karl Heuer 1994-03-15 01:25:19 +00:00
parent 91f5a8d779
commit fb61ec09b7

View 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;
}