]> git.eshelyaron.com Git - emacs.git/commit
Fix releasing the mouse on top of the tool bar on MS Windows
authorPo Lu <luangruo@yahoo.com>
Sat, 30 Apr 2022 05:26:40 +0000 (13:26 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 30 Apr 2022 05:26:40 +0000 (13:26 +0800)
commit4fb028be6c2de5a556f56bb40a3f948a143cef37
treed375b4adc29b5fbef5bf034ce6b6d1c4b041c6bf
parent402c90c912bfb96a8826854f7e2c1becb085a973
Fix releasing the mouse on top of the tool bar on MS Windows

* src/w32term.c (w32_read_socket): Don't handle tool bar clicks
specially for button up events if no tool bar item was
previously pressed.
src/w32term.c