emacs-devel
[Top][All Lists]
Advanced

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

Re: master 47dcf72: Fix tooltip text properties showing up in dragged te


From: Eli Zaretskii
Subject: Re: master 47dcf72: Fix tooltip text properties showing up in dragged text
Date: Wed, 16 Mar 2022 14:34:40 +0200

> diff --git a/lisp/mouse.el b/lisp/mouse.el
> index b650bea..4eead39 100644
> --- a/lisp/mouse.el
> +++ b/lisp/mouse.el
> @@ -3097,12 +3097,28 @@ mouse-drag-and-drop-region
>                                    (frame-pixel-width frame))
>                                 (> (cdr location)
>                                    (frame-pixel-height frame)))))
> -                (tooltip-hide)
> +                (x-hide-tip)

What will this (and other similar changes you did in that commit) do
when tooltip-use-echo-area is non-nil?



reply via email to

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