mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:17:39 +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
|
||||
endsWithSearchBoundary: (BOOL *)outFlag
|
||||
{
|
||||
return nil;
|
||||
return [self string];
|
||||
}
|
||||
|
||||
- (NSUInteger) stringLength
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue