]> git.eshelyaron.com Git - emacs.git/commit
Fix menu bar activation on PGTK
authorPo Lu <luangruo@yahoo.com>
Thu, 10 Mar 2022 03:48:12 +0000 (11:48 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 10 Mar 2022 03:48:12 +0000 (11:48 +0800)
commit65fea3ff58cdb012340d7e5755188df213df480a
tree269f5f677f6a86b8b9e75eb01612c1830382b054
parent4a845b2cd0e771b39b778daf4941e5c02fa8e6b8
Fix menu bar activation on PGTK

* src/gtkutil.c (menu_bar_button_pressed_cb): Only update menu
bar if no menu is active, and the event window is not the widget
window itself.  Also make menu in use.
* src/pgtkmenu.c (popup_deactivate_callback): Make menu not in
use.
* src/xdisp.c (redisplay_internal): Return if popup_activated
also on PGTK.
src/gtkutil.c
src/pgtkmenu.c
src/xdisp.c