Remove comment of set editable, not ready to make this yet.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14908 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2002-11-02 23:20:58 +00:00
parent 52b116f1f4
commit e43ebddc33

View file

@ -2255,8 +2255,8 @@ replacing the selection.
- (BOOL) shouldChangeTextInRange: (NSRange)affectedCharRange
replacementString: (NSString*)replacementString
{
//if (_tf.is_editable == NO)
// return NO;
if (_tf.is_editable == NO)
return NO;
/* We need to send the textShouldBeginEditing: /
textDidBeginEditingNotification only once; and we need to send it