emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#53839: closed (29.0.50; Strange bug causes tool bar to be overwritte


From: GNU bug Tracking System
Subject: bug#53839: closed (29.0.50; Strange bug causes tool bar to be overwritten)
Date: Tue, 08 Feb 2022 09:23:03 +0000

Your message dated Tue, 08 Feb 2022 17:22:07 +0800
with message-id <87sfstbtmo.fsf@yahoo.com>
and subject line Re: bug#53839: 29.0.50; Strange bug causes tool bar to be 
overwritten
has caused the debbugs.gnu.org bug report #53839,
regarding 29.0.50; Strange bug causes tool bar to be overwritten
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
53839: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53839
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.50; Strange bug causes tool bar to be overwritten Date: Mon, 07 Feb 2022 17:15:15 +0800
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.

Thanks.



--- End Message ---
--- Begin Message --- Subject: Re: bug#53839: 29.0.50; Strange bug causes tool bar to be overwritten Date: Tue, 08 Feb 2022 17:22:07 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)
martin rudalics <rudalics@gmx.at> writes:

>> I fixed the calls to widget_update_wm_size_hints on master, and it fixes
>> the bug, so if you're happy with that fix I'll close this bug now.

> If it works for you, close it.  I do not synch with master these days
> because of Bug#52709.

Thanks, closing.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]