* Source/NSImageView.m (-initWithCoder:): Set default for

AllowsCutCopyPaste.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@38393 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2015-03-10 23:16:44 +00:00
parent 6a2ccd78ac
commit 7d8ad46759
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2015-03-10 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSImageView.m (-initWithCoder:): Set default for AllowsCutCopyPaste.
2015-03-10 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSCollectionViewItem.m: Fix reference counting in

View file

@ -398,6 +398,7 @@ static Class imageCellClass;
if (!self)
return self;
[self setAllowsCutCopyPaste: YES];
if ([aDecoder allowsKeyedCoding])
{
//NSArray *dragType = [aDecoder decodeObjectForKey: @"NSDragTypes"];