branch: externals/transient
commit 3e30f5bff633a1d0d720305f6c8b5758b8ff1997
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Revert "transient--show: Fix only window height"
    
    This reverts commit 03997dcba8d5301b6eb26754773297f23ba3eca2.
    
    This avoids an issue for the `transient-posframe' package, mentioned
    at https://github.com/magit/transient/commit/03997dcba8d5301b6eb2675.
    
    It is unknown why fixing only the height caused the height to be
    reduced, but since we fixed both the height and width for a long time,
    without *that* causing any issues, just go back to doing that.
---
 lisp/transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index c9b24d6206..80620cfad3 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -3590,7 +3590,7 @@ have a history of their own.")
                              (button-get (1- (point)) 'command))
                         (transient--heading-at-point))))
       (erase-buffer)
-      (setq window-size-fixed 'height)
+      (setq window-size-fixed t)
       (when (bound-and-true-p tab-line-format)
         (setq tab-line-format nil))
       (setq header-line-format nil)

Reply via email to