minor tweak to NSView

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3455 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Felipe A. Rodriguez 1998-12-14 10:28:51 +00:00
parent f29476bc08
commit 81aa95a861

View file

@ -632,7 +632,7 @@ id e, o; // to and we have never
{
float change, changePerOption;
int options = 0;
NSSize old_size = bounds.size;
NSSize old_size = frame.size;
NSSize superViewFrameSize = [super_view frame].size;
BOOL changedOrigin = NO;
BOOL changedSize = NO;