branch: externals/ivy-posframe
commit d29f788ee23e3a79717b73d483c03ff9f1069751
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>

    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