Fix button grabs not being released.

SVN revision: 11228
This commit is contained in:
Kim Woelders 2004-08-14 18:50:27 +00:00
parent a229e84d09
commit 322afc36f6
1 changed files with 3 additions and 1 deletions

View File

@ -458,7 +458,9 @@ FocusHandleClick(Window win)
{
EWin *ewin;
ewin = GetEwinByCurrentPointer();
ewin = FindEwinByChildren(win);
if (!ewin)
ewin = FindEwinByBase(win);
if (!ewin)
return;