Revert change per discussion with @fredkiefer.

This commit is contained in:
Gregory John Casamento 2021-10-27 16:14:57 -04:00
parent 7023c7d06d
commit 97379423f0

View file

@ -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.