[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm a878946907 1/3: Remove 'resize-mini-windows' local bi
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm a878946907 1/3: Remove 'resize-mini-windows' local binding that causes UI bug. |
Date: |
Tue, 5 Mar 2024 09:59:55 -0500 (EST) |
branch: elpa/helm
commit a878946907c3709a280f59055511fad132b17bc0
Author: AlexK <ambulajan@gmail.com>
Commit: AlexK <ambulajan@gmail.com>
Remove 'resize-mini-windows' local binding that causes UI bug.
It prevented minibuffer from adjusting its height for
'help-key-binding' face in 'helm-hide-minibuffer-maybe' function.
---
helm-core.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/helm-core.el b/helm-core.el
index 2acfb65fb4..1b05bab1b5 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -3883,8 +3883,6 @@ For PRESELECT RESUME KEYMAP DEFAULT HISTORY, see `helm'."
(assoc-default 'history src)))
(timer nil)
blink-matching-paren
- (resize-mini-windows (and (null helm-echo-input-in-header-line)
- resize-mini-windows))
(first-src (car helm-sources))
(source-process-p (or (assq 'candidates-process src)
(assq 'candidates-process first-src)))