Skip to content

Commit

Permalink
[TIMOB-16511] : Text in label gets truncated (...) when changing font…
Browse files Browse the repository at this point in the history
…Weight from normal to bold (#9923)
  • Loading branch information
vijaysingh-axway authored and hansemannn committed Jun 30, 2018
1 parent eebdaed commit ef7a4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iphone/Classes/TiUILabel.m
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ - (void)setFont_:(id)font
CGFloat ratio = minFontSize / label.font.pointSize;
[label setMinimumScaleFactor:ratio];
}
[self padLabel];
[(TiViewProxy *)[self proxy] contentsWillChange];
}

Expand Down

0 comments on commit ef7a4b5

Please sign in to comment.