i370 fix by Gary Palter, NSCell fix

This commit is contained in:
Christopher Lloyd 2009-08-19 18:06:47 +00:00
parent 9ef916076f
commit 72af256ef8

View File

@ -93,11 +93,11 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
_image=nil;
_cellType=NSTextCellType;
_isEnabled=YES;
_isEditable=YES;
_isSelectable=YES;
_isEditable=NO;
_isSelectable=NO;
_wraps=NO;
_isBordered=NO;
_isBezeled=YES;
_isBezeled=NO;
_isHighlighted=NO;
_refusesFirstResponder=NO;