Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a regression caused by a641a21fa146542585e15e3ea3a7f133bee31c8d that makes a long, top aligned label sometimes not draw the last line #102

Merged
merged 1 commit into from Jun 26, 2012

Conversation

scottliu1234
Copy link
Contributor

The bug can be triggered by having the alignment being
TTTAttributedLabelVerticalAlignmentTop and lineHeightMultiple being
greater than 1 (1.03, for example). Matt's old code handled this well,
but a641a21 broke it.

The bug can be triggered by having the alignment being
TTTAttributedLabelVerticalAlignmentTop and lineHeightMultiple being
greater than 1 (1.03, for example). Matt's old code handled this well,
but a641a21 broke it.
@mattt
Copy link
Contributor

mattt commented Jun 26, 2012

Sorry for the regression. I tried this out and it seems to fix things like you said. Merging this in now. Thanks!

mattt added a commit that referenced this pull request Jun 26, 2012
Fixed a regression caused by a641a21 that makes a long, top aligned label sometimes not draw the last line
@mattt mattt merged commit be7aecd into TTTAttributedLabel:master Jun 26, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants