mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 18:26:23 +00:00
Adopted to changes in NSCell.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8265 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d5b8faad6d
commit
c2f8b2e407
11 changed files with 118 additions and 185 deletions
|
@ -367,10 +367,10 @@ scaleProportionally(NSSize imageSize, NSRect canvasRect)
|
|||
{
|
||||
NSImageCell *c = [super copyWithZone: zone];
|
||||
|
||||
c->_imageAlignment = _imageAlignment;
|
||||
c->_frameStyle = _frameStyle;
|
||||
c->_imageScaling = _imageScaling;
|
||||
c->_original_image_size = _original_image_size;
|
||||
//c->_imageAlignment = _imageAlignment;
|
||||
//c->_frameStyle = _frameStyle;
|
||||
//c->_imageScaling = _imageScaling;
|
||||
//c->_original_image_size = _original_image_size;
|
||||
|
||||
return c;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue