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:
parent
a645c3bee7
commit
32dc552a53
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue