]> git.eshelyaron.com Git - emacs.git/commit
Fix freezes with some oddball menus
authorPo Lu <luangruo@yahoo.com>
Sat, 7 May 2022 01:34:35 +0000 (09:34 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 7 May 2022 01:34:35 +0000 (09:34 +0800)
commit76233917c47e7d4ed1d283b09ec67a8dbd6cdf4b
tree0af97262281ba0b31d04805a4ae395de382e53df
parent95ed2310155f4ddad9f10a21be8a734ed7c5200f
Fix freezes with some oddball menus

* src/xmenu.c (x_activate_menubar): Clear flag if dispatching
the event failed.
* src/xterm.c (handle_one_xevent): Check for sensitive
CascadeButton instead of row column type.
src/xmenu.c
src/xterm.c