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

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

bug#46184: 28.0.50; child-frame-border-width of 0 falls back to internla


From: Aaron Jensen
Subject: bug#46184: 28.0.50; child-frame-border-width of 0 falls back to internla-border-width
Date: Sat, 30 Jan 2021 11:13:38 -0600

On Sat, Jan 30, 2021 at 9:26 AM martin rudalics <rudalics@gmx.at> wrote:
>
>  > (make-frame `(
>  >            (parent-frame . ,(window-frame))
>  >            (child-frame-border-width . 0)
>  >            (internal-border-width . 200)))
>  >
>  > I would expect the border width to only fall back if
>  > child-frame-border-width is nil, since 0 is a useful setting.
>
> It's not entirely trivial to do that (frame parameters are a pain in
> this regard) but please have a look at the attached patch (tested on a
> GTK build only).  Alexander, please have a look too.

That worked for me, thanks. I had to also apply the attached to get it
to compile on macOS.

Aaron

Attachment: nsmenu.diff
Description: Binary data


reply via email to

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