mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 05:32:11 +00:00
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:
parent
f29476bc08
commit
81aa95a861
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue