emacs-devel
[Top][All Lists]
Advanced

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

Re: Scroll bars on macOS builds


From: Alan Third
Subject: Re: Scroll bars on macOS builds
Date: Tue, 25 Jan 2022 23:01:12 +0000

On Sun, Jan 23, 2022 at 11:23:12PM +0100, Angelo Graziosi wrote:
> 
> > Il 23/01/2022 22:31 Angelo Graziosi  ha scritto:
> > I am sure that in past builds also Emacs had scroll bars...
> 
> So I rebuilt Emacs-27 and as you can see from the attached screenshots it DO 
> HAVE scrollbars! I started is as
> 
>   ./Emacs.app/Contents/MacOS/Emacs -q
> 
> The vertical scrollbar is *always* visible and the horizontal scrollbar is 
> visible when activated with Options - Show/Hide - Scroll Bar - Horizontal
> 
> So it seems that changes in master have broken this feature...
> 
> Maybe we have to open a bug report..

Can you try changing line 7198 in nsterm.m from

  [self setWantsLayer:YES];

to

  [self setWantsLayer:NO];

?

-- 
Alan Third



reply via email to

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