From: Po Lu Date: Sun, 6 Feb 2022 05:40:21 +0000 (+0800) Subject: * lwlib/xlwmenu.c (pop_up_menu): Work around motion problems on XI2. X-Git-Tag: emacs-29.0.90~2492 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=32dc552a53586ec314b1271a2d4541b2e8d4838a;p=emacs.git * lwlib/xlwmenu.c (pop_up_menu): Work around motion problems on XI2. --- diff --git a/lwlib/xlwmenu.c b/lwlib/xlwmenu.c index 369162c7fec..8c5794c0435 100644 --- a/lwlib/xlwmenu.c +++ b/lwlib/xlwmenu.c @@ -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); }