mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
dim and don't color cells of disabled files in file table
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user