More fixes

This commit is contained in:
Gregory John Casamento 2021-05-23 16:13:30 -04:00
parent 47b7b0b084
commit 346138b042

View file

@ -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;