dim and don't color cells of disabled files in file table

This commit is contained in:
Mitchell Livingston
2007-08-20 19:37:26 +00:00
parent ca6f1934b3
commit 6423d795c6
3 changed files with 29 additions and 19 deletions

View File

@@ -35,7 +35,7 @@
for (i = [indexes lastIndex]; i != NSNotFound; i = [indexes indexLessThanIndex: i])
{
item = [[menu itemAtIndex:i] retain];
[menu removeItem: item];
[menu removeItemAtIndex: i];
[self insertItem: item atIndex: bottom];
[item release];
}