mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
; * lwlib/xlwmenu.c (ungrab_all): Fix typo.
This commit is contained in:
parent
3491c7a322
commit
3518ab51d1
@ -254,7 +254,7 @@ static void
|
||||
ungrab_all (Widget w, Time ungrabtime)
|
||||
{
|
||||
XtUngrabPointer (w, ungrabtime);
|
||||
if (!lucid__menu_grab_keyboard)
|
||||
if (lucid__menu_grab_keyboard)
|
||||
XtUngrabKeyboard (w, ungrabtime);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user