Small keyed decoing improvements.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@29963 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-03-15 12:55:12 +00:00
parent a798a9bcc1
commit 58afda1e08
5 changed files with 24 additions and 11 deletions

View file

@ -547,7 +547,8 @@ backgroundColorHint:(NSColor *)bg
// FIXME
self = [NSCursor arrowCursor];
}
RETAIN(self);
if ([aDecoder containsValueForKey: @"NSHotSpot"])
{
hotSpot = [aDecoder decodePointForKey: @"NSHotSpot"];