GNU bug report logs -
#53839
29.0.50; Strange bug causes tool bar to be overwritten
Previous Next
Reported by: Po Lu <luangruo <at> yahoo.com>
Date: Mon, 7 Feb 2022 09:16:01 UTC
Severity: normal
Found in version 29.0.50
Done: Po Lu <luangruo <at> yahoo.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
> On any Motif or Lucid build, start Emacs with `-q', making sure that the
> splash screen is displayed. A single pixel at the bottom of the tool
> bar will be overwritten by the window underneath it, until the frame is
> resized again.
>
> If I comment out this part of xfns.c:
>
> /* As long as tool_bar_resized is false, effectively try to change
> F's native height. */
> if (NILP (fullscreen) || EQ (fullscreen, Qfullwidth))
> adjust_frame_size (f, FRAME_TEXT_WIDTH (f), FRAME_TEXT_HEIGHT (f),
> 1, false, Qtool_bar_lines);
> else
>
> The problem goes away, but I can't figure out why that is.
I cannot reproduce that here, neither with the release branch nor with
master. See the attached screenshot and notice one pixel between tool
bar and root window that comes from 'tool-bar-border'.
martin
[Lucid-master-emacs-q.png (image/png, attachment)]
This bug report was last modified 3 years and 108 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.