mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +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
|
@ -1,3 +1,7 @@
|
|||
2015-03-05 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSImageView.m (-initWithFrame:): Set default for AllowsCutCopyPaste.
|
||||
|
||||
2015-02-24 Germán Arias <germanandre@gmx.es>
|
||||
|
||||
* Source/GSAutocompleteWindow.m (+defaultWindow):
|
||||
|
|
|
@ -81,6 +81,7 @@ static Class imageCellClass;
|
|||
[self setImageFrameStyle: NSImageFrameNone];
|
||||
[self setImageScaling: NSScaleProportionally];
|
||||
[self setEditable: NO];
|
||||
[self setAllowsCutCopyPaste: YES];
|
||||
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue