]> git.eshelyaron.com Git - emacs.git/commit
Fix incorrectly nested ns_focus/ns_unfocus calls
authorAlan Third <alan@idiocy.org>
Fri, 6 Jun 2025 20:45:20 +0000 (21:45 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Jul 2025 15:25:08 +0000 (17:25 +0200)
commitb87eba81515bd2b86fa3a3ddfcc5fba30b7b827d
tree11bb994f70c1067d8bfa49aac6338773c6b1a7a5
parenta6da9558c99879660cdc8bf216bbc6ee63eec26a
Fix incorrectly nested ns_focus/ns_unfocus calls

* src/nsterm.m (ns_draw_fringe_bitmap): Move the call to ns_focus out of
the if for overlay_p and rename the rect from clearRect to bmpRect to
make it's purpose clearer.

(cherry picked from commit e3380669ed6db7a1c1574c4b39d58f9200a3ffab)
src/nsterm.m