From 041f53025ebd12f009e61d914780634be49e54fe Mon Sep 17 00:00:00 2001 From: Kinneyzhang Date: Thu, 8 Jan 2026 10:43:21 +0800 Subject: [PATCH] fix tp 'pointer 'hander --- tp.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tp.el b/tp.el index 502f0e8..1a2a10d 100644 --- a/tp.el +++ b/tp.el @@ -4864,8 +4864,7 @@ e.g.3 (tp-parse-color '(:light \"red\" :dark \"green\"))" (define-tp tp-button (type) (let ((palette (intern (format "%s%s%s" "button-" (symbol-name type) "-fbg")))) - `( tp-palette ,palette - mouse-face highlight cursor hand + `( tp-palette ,palette pointer hand face (:box ( :line-width -1 :style released-button))))) @@ -4880,7 +4879,7 @@ e.g.3 (tp-parse-color '(:light \"red\" :dark \"green\"))" `( tp-underline ,color tp-palette info-fg mouse-face highlight - cursor hand))) + pointer hand))) (define-tp tp-space (width) `(display (space :width ,width)))