Add remaining changes contributed by testplant.

This commit is contained in:
Gregory John Casamento 2021-10-27 15:18:23 -04:00
parent ac5b949f2a
commit 7023c7d06d
8 changed files with 43 additions and 16 deletions

View file

@ -134,7 +134,7 @@ static Class textFieldCellClass;
*/
- (BOOL) isSelectable
{
return [_cell isSelectable];
return [_cell isSelectable] && [self isEnabled];
}
/** <p>Sets whether the NSTextField's cell and the NSText object is editable.