]> git.eshelyaron.com Git - emacs.git/commit
Fix tooltip frames leaking into mouse position on NS
authorPo Lu <luangruo@yahoo.com>
Thu, 2 Jun 2022 07:21:35 +0000 (15:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 2 Jun 2022 07:21:35 +0000 (15:21 +0800)
commit77854b1af64a0778ab2311eebe90c643b2b6fb7b
tree739bbc7a9960b68f17acdee98e4bc2fe7b752d59
parent00a5bc9314cf18c8b6e3801765c832fca5f9f3f1
Fix tooltip frames leaking into mouse position on NS

* src/nsterm.m (ns_mouse_position): Avoid tooltip frames and
look underneath them when `drag-source'.

([EmacsView mouseDown:]):
([EmacsView mouseMoved:]): Ignore events from tip frames.
src/nsterm.m