mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 18:10:58 +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
d39fbd9c63
commit
42a01500ff
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ forStartOfGlyphRange: (NSRange)glyphRange
|
||||||
inTextContainer: (NSTextContainer *)aTextContainer
|
inTextContainer: (NSTextContainer *)aTextContainer
|
||||||
{
|
{
|
||||||
if ([_lineLayoutInformation count]
|
if ([_lineLayoutInformation count]
|
||||||
&& NSMaxRange (redrawLineRange) < [_lineLayoutInformation count]
|
&& NSMaxRange (redrawLineRange) <= [_lineLayoutInformation count]
|
||||||
&& redrawLineRange.length)
|
&& redrawLineRange.length)
|
||||||
{
|
{
|
||||||
_GNULineLayoutInfo *firstInfo
|
_GNULineLayoutInfo *firstInfo
|
||||||
|
|
Loading…
Reference in a new issue