Fix menu lockup problem.

SVN revision: 12716
This commit is contained in:
Kim Woelders 2005-01-03 23:27:32 +00:00
parent e403dbffeb
commit 48a49c22d6
1 changed files with 1 additions and 1 deletions

View File

@ -861,7 +861,7 @@ EventAclass(XEvent * ev, EWin * ewin, ActionClass * ac)
EDBUG(5, "EventAclass");
if (Mode.action_inhibit)
if (Mode.action_inhibit || (ewin && ewin->no_actions))
EDBUG_RETURN(0);
key = type = button = modifiers = mouse = 0;