mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 19:16:30 +00:00
Fixed typo in last commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13224 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6d84ef1826
commit
dfedc46765
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ forStartOfGlyphRange: (NSRange)glyphRange
|
|||
inTextContainer: (NSTextContainer *)aTextContainer
|
||||
{
|
||||
if ([_lineLayoutInformation count]
|
||||
&& NSMaxRange (redrawLineRange) < [_lineLayoutInformation count]
|
||||
&& NSMaxRange (redrawLineRange) <= [_lineLayoutInformation count]
|
||||
&& redrawLineRange.length)
|
||||
{
|
||||
_GNULineLayoutInfo *firstInfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue