branch: externals/posframe
commit 913b90dee7de5b6cb7e0791ca2b1dddeec5da38d
Author: feng <feng@debian>
Commit: feng <feng@debian>
Fix: ivy-posframe flickering in macos
https://github.com/tumashu/ivy-posframe/issues/81
---
posframe.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/posframe.el b/posframe.el
index 7c103f8..6c3c8a4 100644
--- a/posframe.el
+++ b/posframe.el
@@ -575,9 +575,6 @@ You can use `posframe-delete-all' to delete all posframes."
;; Force raise the current posframe.
(raise-frame posframe--frame)
- ;; Sometimes, if no this line, border can not be showed properly.
- (redisplay)
-
;;Do not return anything.
nil)))