(x_draw_vertical_border): Do not draw line if frame has scroll bars.
authorKim F. Storm <storm@cua.dk>
Mon, 4 Oct 2004 13:57:31 +0000 (13:57 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 4 Oct 2004 13:57:31 +0000 (13:57 +0000)
src/xdisp.c

index 82fa97c..37a0f9b 100644 (file)
@@ -21631,6 +21631,9 @@ x_draw_vertical_border (w)
      do it for frames with vertical scroll bars because either the
      right scroll bar of a window, or the left scroll bar of its
      neighbor will suffice as a border.  */
+  if (FRAME_HAS_VERTICAL_SCROLL_BARS (XFRAME (w->frame)))
+    return;
+
   if (!WINDOW_RIGHTMOST_P (w)
       && !WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_RIGHT (w))
     {