mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:30:38 +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
5023fba764
commit
07531ed54f
2 changed files with 5 additions and 0 deletions
|
@ -398,6 +398,7 @@ static Class imageCellClass;
|
|||
if (!self)
|
||||
return self;
|
||||
|
||||
[self setAllowsCutCopyPaste: YES];
|
||||
if ([aDecoder allowsKeyedCoding])
|
||||
{
|
||||
//NSArray *dragType = [aDecoder decodeObjectForKey: @"NSDragTypes"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue