emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/transient 3539231b98 20/25: fixup(e3e2e111): Improve op


From: Jonas Bernoulli
Subject: [elpa] externals/transient 3539231b98 20/25: fixup(e3e2e111): Improve options for showing menu during minibuffer use
Date: Tue, 3 Dec 2024 14:35:03 -0500 (EST)

branch: externals/transient
commit 3539231b9889da877005955e5f537fe0e507bdff
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    fixup(e3e2e111): Improve options for showing menu during minibuffer use
---
 lisp/transient.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 77ca5fa6ea..e125df14ee 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -2497,8 +2497,8 @@ value.  Otherwise return CHILDREN as is."
                (transient--show)))))
     (when (and (window-live-p transient--window)
                (and show
-                    (not (eq show 'fixed))
-                    (not (window-full-height-p transient--window))))
+                    (or (not (eq show 'fixed))
+                        (window-full-height-p transient--window))))
       (set-window-parameter transient--window 'window-preserved-size
                             (list (window-buffer transient--window) nil nil))))
   (transient--pop-keymap 'transient--transient-map)



reply via email to

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