GNU bug report logs -
#13723
24.2.93; Fringe icons corrupt buffer separator line
Previous Next
Reported by: David Engster <deng <at> randomsample.de>
Date: Fri, 15 Feb 2013 17:47:01 UTC
Severity: minor
Found in version 24.2.93
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #38 received at 13723 <at> debbugs.gnu.org (full text, mbox):
> From: Jan Djärv <jan.h.d <at> swipnet.se>
> Date: Sat, 16 Feb 2013 18:15:36 +0100
> Cc: Eli Zaretskii <eliz <at> gnu.org>,
> 13723 <at> debbugs.gnu.org,
> David Engster <deng <at> randomsample.de>
>
> 15 feb 2013 kl. 20:30 skrev Glenn Morris <rgm <at> gnu.org>:
>
> > Eli Zaretskii wrote:
> >
> >> Unfortunately, I cannot reproduce this here, neither with stock Emacs
> >> 24.2 nor with the current trunk. I get a perfectly drawn border.
> >
> > I see the issue in emacs-24 and trunk. x86_64 GNU/Linux, Lucid toolkit.
> >
>
> I see the issue on trunk, built for NS.
Does the change below solve the problem on GNU/Linux and NS?
=== modified file 'src/xdisp.c'
--- src/xdisp.c 2013-02-15 12:26:42 +0000
+++ src/xdisp.c 2013-02-16 19:11:29 +0000
@@ -28257,8 +28257,8 @@ x_draw_vertical_border (struct window *w
FRAME_RIF (f)->draw_vertical_window_border (w, x1, y0, y1);
}
- else if (!WINDOW_LEFTMOST_P (w)
- && !WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT (w))
+ if (!WINDOW_LEFTMOST_P (w)
+ && !WINDOW_HAS_VERTICAL_SCROLL_BAR_ON_LEFT (w))
{
int x0, x1, y0, y1;
This bug report was last modified 12 years and 174 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.