mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:10:38 +00:00
Make image view non editable by default.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27906 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fbe9e215dc
commit
28395a95e3
2 changed files with 6 additions and 1 deletions
|
@ -82,7 +82,7 @@ static Class imageCellClass;
|
|||
[self setImageAlignment: NSImageAlignCenter];
|
||||
[self setImageFrameStyle: NSImageFrameNone];
|
||||
[self setImageScaling: NSScaleProportionally];
|
||||
[self setEditable: YES];
|
||||
[self setEditable: NO];
|
||||
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue