mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-24 04:29:44 +00:00
i370 fix by Gary Palter, NSCell fix
This commit is contained in:
parent
9ef916076f
commit
72af256ef8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user