]> git.eshelyaron.com Git - emacs.git/commit
Fix selecting text and releasing the mouse buttons above the toolbar
authorPo Lu <luangruo@yahoo.com>
Tue, 12 Apr 2022 00:41:19 +0000 (08:41 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 12 Apr 2022 00:41:19 +0000 (08:41 +0800)
commit60f66cc2a29cfdfa1f5547bda874274b92a067e2
tree9aa23ab001a5dce6e3ba86da2af0cb74250eaca4
parent6a480c830bc8d313ca3052570487a65411c937c2
Fix selecting text and releasing the mouse buttons above the toolbar

* src/xterm.c (handle_one_xevent): Don't send ButtonRelease
events to tool bars if there is no selected tool bar item.
src/xterm.c