mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
More fixes
This commit is contained in:
parent
47b7b0b084
commit
346138b042
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
|||
{
|
||||
NSSize s = currentFrame.size;
|
||||
NSArray *sv = [self subviews];
|
||||
NSUInteger n = [sv count] + 1;
|
||||
NSUInteger n = [sv count];
|
||||
CGFloat h = (s.height / (CGFloat)n); // / 2.0;
|
||||
NSRect newFrame = currentFrame;
|
||||
CGFloat y = 0.0;
|
||||
|
|
Loading…
Reference in a new issue