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

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

bug#50413: 28.0.50; Top of window gets cut off on macOS


From: Alan Third
Subject: bug#50413: 28.0.50; Top of window gets cut off on macOS
Date: Mon, 27 Sep 2021 13:40:45 +0100

On Sun, Sep 05, 2021 at 05:51:56PM -0500, Dale Sedivec wrote:
> 1. Start Emacs -Q
> 
> 2. Eval this progn form in *scratch* with C-x C-e at the end of the
>    form:
> 
>       (progn
>         (setq ns-use-native-fullscreen nil)
>         (tool-bar-mode -1)
>         (set-frame-parameter nil 'fullscreen 'fullheight)
>         (dotimes (_ 6)
>           (toggle-frame-fullscreen)
>           (sit-for 1)))
> 
> Expected behavior: Top line of the *scratch* buffer is visible
> 
> Observed behavior: Top line of the *scratch* buffer is cut off and
> hidden under the window title bar

I believe I've fixed this on the master branch now. If you're still
seeing the problem, please reply to this email and I'll reopen the bug
report.
-- 
Alan Third





reply via email to

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