mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Revert change per discussion with @fredkiefer.
This commit is contained in:
parent
7023c7d06d
commit
97379423f0
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ static Class textFieldCellClass;
|
|||
*/
|
||||
- (BOOL) isSelectable
|
||||
{
|
||||
return [_cell isSelectable] && [self isEnabled];
|
||||
return [_cell isSelectable];
|
||||
}
|
||||
|
||||
/** <p>Sets whether the NSTextField's cell and the NSText object is editable.
|
||||
|
|
Loading…
Reference in a new issue