]> git.eshelyaron.com Git - emacs.git/commitdiff
* lwlib/xlwmenu.c (pop_up_menu): Work around motion problems on XI2.
authorPo Lu <luangruo@yahoo.com>
Sun, 6 Feb 2022 05:40:21 +0000 (13:40 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 6 Feb 2022 05:40:21 +0000 (13:40 +0800)
lwlib/xlwmenu.c

index 369162c7fec4358be5b132c13cc80cd85ff873f1..8c5794c04359e2fd9dda44a66583895a05e040c9 100644 (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);
 }