mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:10:52 +00:00
In [sizeToFit] free isResizable.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@17343 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
677b253c54
commit
bb384bcd99
1 changed files with 1 additions and 1 deletions
|
@ -4970,7 +4970,7 @@ byExtendingSelection: (BOOL)flag
|
|||
NSZoneFree(NSDefaultMallocZone(), currentWidth);
|
||||
NSZoneFree(NSDefaultMallocZone(), maxWidth);
|
||||
NSZoneFree(NSDefaultMallocZone(), minWidth);
|
||||
|
||||
NSZoneFree(NSDefaultMallocZone(), isResizable);
|
||||
|
||||
[self tile];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue