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

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

[elpa] externals/posframe 913b90d 38/40: Fix: ivy-posframe flickering in


From: Feng Shu
Subject: [elpa] externals/posframe 913b90d 38/40: Fix: ivy-posframe flickering in macos
Date: Wed, 5 Feb 2020 04:27:23 -0500 (EST)

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)))
 



reply via email to

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