1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00: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);
}