mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 19:10:37 +00:00
Return entire string for NSTextView in stringAtIndex:...
This commit is contained in:
parent
0740fc5f14
commit
553d81071d
1 changed files with 1 additions and 1 deletions
|
@ -6094,7 +6094,7 @@ configuation! */
|
||||||
effectiveRange: (NSRangePointer)outRange
|
effectiveRange: (NSRangePointer)outRange
|
||||||
endsWithSearchBoundary: (BOOL *)outFlag
|
endsWithSearchBoundary: (BOOL *)outFlag
|
||||||
{
|
{
|
||||||
return nil;
|
return [self string];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (NSUInteger) stringLength
|
- (NSUInteger) stringLength
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue