mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
; * lwlib/xlwmenu.c (ungrab_all): Fix typo.
This commit is contained in:
parent
3491c7a322
commit
3518ab51d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue