We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e2e11 commit 3539231Copy full SHA for 3539231
lisp/transient.el
@@ -2497,8 +2497,8 @@ value. Otherwise return CHILDREN as is."
2497
(transient--show)))))
2498
(when (and (window-live-p transient--window)
2499
(and show
2500
- (not (eq show 'fixed))
2501
- (not (window-full-height-p transient--window))))
+ (or (not (eq show 'fixed))
+ (window-full-height-p transient--window))))
2502
(set-window-parameter transient--window 'window-preserved-size
2503
(list (window-buffer transient--window) nil nil))))
2504
(transient--pop-keymap 'transient--transient-map)
0 commit comments