Skip to content

Commit

Permalink
buildbot didn't like that...
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoagx committed Nov 10, 2015
1 parent 2059dfa commit 2ae3aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SPTableStructureDelegate.m
Expand Up @@ -720,7 +720,7 @@ - (void)_displayFieldTypeHelpIfPossible:(SPComboBoxCell *)cell

[[structureHelpText textStorage] setAttributedString:[as autorelease]];

CGRect rect = [as boundingRectWithSize:CGSizeMake([structureHelpText frame].size.width-2, CGFLOAT_MAX) options:NSStringDrawingUsesFontLeading|NSStringDrawingUsesLineFragmentOrigin];
NSRect rect = [as boundingRectWithSize:NSMakeSize([structureHelpText frame].size.width-2, CGFLOAT_MAX) options:NSStringDrawingUsesFontLeading|NSStringDrawingUsesLineFragmentOrigin];

NSRect winRect = [structureHelpPanel frame];

Expand Down

0 comments on commit 2ae3aec

Please sign in to comment.