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

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

[elpa] externals/ivy-posframe e6f4e1c 088/195: Fix ""ivy-posframe-font s


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

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

    Fix ""ivy-posframe-font seems take no effect." #36
---
 ivy-posframe.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ivy-posframe.el b/ivy-posframe.el
index 8bd548b..6bac621 100644
--- a/ivy-posframe.el
+++ b/ivy-posframe.el
@@ -215,8 +215,8 @@ This variable is useful for `ivy-posframe-read-action' .")
            string))
        :position (point)
        :poshandler poshandler
-       :background-color (face-attribute 'ivy-posframe :background)
-       :foreground-color (face-attribute 'ivy-posframe :foreground)
+       :background-color (face-attribute 'ivy-posframe :background nil t)
+       :foreground-color (face-attribute 'ivy-posframe :foreground nil t)
        :height ivy-posframe-height
        :width ivy-posframe-width
        :min-height (or ivy-posframe-min-height (+ ivy-height 1))



reply via email to

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