GNU bug report logs - #37609
Tool-bar-mode grows the frame's height

Previous Next

Package: emacs;

Reported by: Juri Linkov <juri <at> linkov.net>

Date: Thu, 3 Oct 2019 22:35:01 UTC

Severity: normal

Done: Juri Linkov <juri <at> linkov.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: Juri Linkov <juri <at> linkov.net>
Cc: 37609 <at> debbugs.gnu.org
Subject: bug#37609: Tool-bar-mode grows the frame's height
Date: Sat, 8 May 2021 09:16:27 +0200
> In Lucid
>
> (frame-height)
> 38

This should be 36 and is 36 here.  What does (frame-height) give right
after you started Emacs with

emacs -Q -f tool-bar-mode

and before you do

(let ((initial (assq 'outer-size (frame-geometry))))
  (tool-bar-mode 1)
  (tool-bar-mode 0)
  (list (assq 'outer-size (frame-geometry)) initial))

> In GTK3
>
> (frame-height)
> 36

This is OK.

martin




This bug report was last modified 3 years and 113 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.