mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 19:01:54 +00:00
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:
parent
52b116f1f4
commit
e43ebddc33
1 changed files with 2 additions and 2 deletions
|
@ -2255,8 +2255,8 @@ replacing the selection.
|
||||||
- (BOOL) shouldChangeTextInRange: (NSRange)affectedCharRange
|
- (BOOL) shouldChangeTextInRange: (NSRange)affectedCharRange
|
||||||
replacementString: (NSString*)replacementString
|
replacementString: (NSString*)replacementString
|
||||||
{
|
{
|
||||||
//if (_tf.is_editable == NO)
|
if (_tf.is_editable == NO)
|
||||||
// return NO;
|
return NO;
|
||||||
|
|
||||||
/* We need to send the textShouldBeginEditing: /
|
/* We need to send the textShouldBeginEditing: /
|
||||||
textDidBeginEditingNotification only once; and we need to send it
|
textDidBeginEditingNotification only once; and we need to send it
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue