this might've given the masses the wrong idea

This commit is contained in:
Mitchell Livingston 2007-02-16 14:34:52 +00:00
parent 761488a96a
commit 2fcc2d76d6
1 changed files with 3 additions and 2 deletions

View File

@ -709,8 +709,9 @@
}
else if ([[tableColumn identifier] isEqualToString: @"Check"])
{
[(NSButtonCell *)cell setImagePosition: item ? NSImageOnly : NSNoImage];
[cell setEnabled: NO];
/*[(NSButtonCell *)cell setImagePosition: item ? NSImageOnly : NSNoImage];
[cell setEnabled: NO];*/
[(NSButtonCell *)cell setImagePosition: NSNoImage];
}
else;
}