mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Sorry, I made a mistake during a cut&paste
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5152 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
db11934eb7
commit
e25ab9b5ca
1 changed files with 0 additions and 16 deletions
|
@ -1738,22 +1738,6 @@ NSLog(NSStringFromRange(redrawLineRange));
|
|||
object: (id)self];
|
||||
}
|
||||
|
||||
- (BOOL) textShouldBeginEditing: (NSText *)textObject
|
||||
{
|
||||
if ([delegate respondsToSelector: @selector(textShouldBeginEditing: )])
|
||||
return [delegate textShouldBeginEditing: self];
|
||||
else
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (BOOL) textShouldEndEditing: (NSText *)textObject
|
||||
{
|
||||
if ([delegate respondsToSelector: @selector(textShouldEndEditing: )])
|
||||
return [delegate textShouldEndEditing: self];
|
||||
else
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (BOOL) textShouldEndEditing: (NSText *)textObject
|
||||
{
|
||||
if ([delegate respondsToSelector: @selector(textShouldEndEditing: )])
|
||||
|
|
Loading…
Reference in a new issue