mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
NSFOntPanel: remove extra check while autosizing.
This commit is contained in:
parent
64c5bb581d
commit
04e6cf804d
1 changed files with 0 additions and 4 deletions
|
@ -109,10 +109,6 @@ autoresize(CGFloat oldContainerSize, CGFloat newContainerSize,
|
|||
{
|
||||
*contentSizeInOut += change;
|
||||
}
|
||||
if (newContainerSize < *contentSizeInOut)
|
||||
{
|
||||
*contentSizeInOut = newContainerSize;
|
||||
}
|
||||
}
|
||||
|
||||
// Position
|
||||
|
|
Loading…
Reference in a new issue