mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
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:
parent
f9855fbf42
commit
666144bbd8
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-03-05 Adrian Robert <arobert@cogsci.ucsd.edu>
|
||||
|
||||
* Source/NSApplication.m (-_windowDidResignKey:) Unhide mouse.
|
||||
|
||||
2005-03-05 Adrian Robert <arobert@cogsci.ucsd.edu>
|
||||
|
||||
* Source/NSScroller.m (-checkSpaceForParts, -rectForPart:) Calculate
|
||||
|
|
|
@ -2960,6 +2960,7 @@ image.
|
|||
if (_key_window == obj)
|
||||
{
|
||||
_key_window = nil;
|
||||
[NSCursor setHiddenUntilMouseMoves: NO];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue