mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 17:16:26 +00:00
* Source/NSImageView.m (-initWithFrame:): Set default for
AllowsCutCopyPaste. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@38380 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
86b7f99808
commit
a0e08ea59a
2 changed files with 5 additions and 0 deletions
|
@ -81,6 +81,7 @@ static Class imageCellClass;
|
|||
[self setImageFrameStyle: NSImageFrameNone];
|
||||
[self setImageScaling: NSScaleProportionally];
|
||||
[self setEditable: NO];
|
||||
[self setAllowsCutCopyPaste: YES];
|
||||
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue