mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:10:48 +00:00
* 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:
parent
6a2ccd78ac
commit
7d8ad46759
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -398,6 +398,7 @@ static Class imageCellClass;
|
|||
if (!self)
|
||||
return self;
|
||||
|
||||
[self setAllowsCutCopyPaste: YES];
|
||||
if ([aDecoder allowsKeyedCoding])
|
||||
{
|
||||
//NSArray *dragType = [aDecoder decodeObjectForKey: @"NSDragTypes"];
|
||||
|
|
Loading…
Reference in a new issue