branch: externals/ivy-posframe
commit e6f4e1ced809f2ffd318fcce2e03a5e9f1ba4812
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
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))