NSApplication-_windowDidResignKey: - unhide mouse to avoid unexpected effects when switching focus w/keyboard

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@20853 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adrian Robert 2005-03-05 18:14:38 +00:00
parent f9855fbf42
commit 666144bbd8
2 changed files with 5 additions and 0 deletions

View file

@ -2960,6 +2960,7 @@ image.
if (_key_window == obj)
{
_key_window = nil;
[NSCursor setHiddenUntilMouseMoves: NO];
}
else
{