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

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

[elpa] externals/ivy-posframe d29f788 089/195: Again fix ivy-posframe-fo


From: Feng Shu
Subject: [elpa] externals/ivy-posframe d29f788 089/195: Again fix ivy-posframe-font seems take no effect. #36
Date: Sat, 3 Oct 2020 07:11:51 -0400 (EDT)

branch: externals/ivy-posframe
commit d29f788ee23e3a79717b73d483c03ff9f1069751
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    Again fix ivy-posframe-font seems take no effect. #36
---
 ivy-posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 6bac621..7db1620 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -222,7 +222,7 @@ This variable is useful for `ivy-posframe-read-action' .")
        :min-height (or ivy-posframe-min-height (+ ivy-height 1))
        :min-width (or ivy-posframe-min-width (round (* (frame-width) 0.62)))
        :internal-border-width ivy-posframe-border-width
-       :internal-border-color (face-attribute 'ivy-posframe-border :background)
+       :internal-border-color (face-attribute 'ivy-posframe-border :background 
nil t)
        :override-parameters ivy-posframe-parameters))))
 
 (defun ivy-posframe-display (str)



reply via email to

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