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

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

[elpa] externals/posframe 13cfdc1 2/2: * posframe.el (posframe--mouse-ba


From: ELPA Syncer
Subject: [elpa] externals/posframe 13cfdc1 2/2: * posframe.el (posframe--mouse-banish): Fix provious commit.
Date: Fri, 29 Oct 2021 18:57:32 -0400 (EDT)

branch: externals/posframe
commit 13cfdc170d7e2064f7d469698300f5f417d51ed1
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * posframe.el (posframe--mouse-banish): Fix provious commit.
---
 posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/posframe.el b/posframe.el
index 1603741..dc609b6 100644
--- a/posframe.el
+++ b/posframe.el
@@ -764,7 +764,7 @@ 
https://github.com/tumashu/posframe/issues/4#issuecomment-357514918";
            (min p-w (+ w 5))
          (max 0 (- x 5)))
        (if (= y 0)
-           (min p-h (+ y 10))
+           (min p-h (+ h 10))
          (max 0 (- y 10)))))))
 
 (defun posframe--redirect-posframe-focus ()



reply via email to

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