mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 12:00:52 +00:00
Fixed error in method name.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3382 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b57813676d
commit
afaa0ae33a
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ float sumOfCharacterRange = 0;
|
|||
font = (NSFont*)[self attribute:NSFontAttributeName
|
||||
atIndex:NSMaxRange(effectiveRange)
|
||||
effectiveRange:&effectiveRange];
|
||||
subString = [self substringFromRange:effectiveRange];
|
||||
subString = [self attributedSubstringFromRange:effectiveRange];
|
||||
sumOfCharacterRange += [font widthOfString:subString];
|
||||
pointSize = MAX([font pointSize], pointSize);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue