1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

* lwlib/xlwmenu.c (pop_up_menu): Work around motion problems on XI2.

This commit is contained in:
Po Lu 2022-02-06 13:40:21 +08:00
parent a645c3bee7
commit 32dc552a53

View file

@ -2742,4 +2742,6 @@ pop_up_menu (XlwMenuWidget mw, XButtonPressedEvent *event)
((XMotionEvent*)event)->is_hint = 0;
handle_motion_event (mw, (XMotionEvent*)event);
XlwMenuRedisplay ((XlwMenuWidget) mw, NULL, None);
}