mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
collapsed groups were expanded and vice versa
This commit is contained in:
@@ -1955,9 +1955,9 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
|
||||
while ((dict = [enumerator nextObject]))
|
||||
{
|
||||
if ([fTableView isGroupCollapsed: [[dict objectForKey: @"Group"] intValue]])
|
||||
[fTableView expandItem: dict];
|
||||
else
|
||||
[fTableView collapseItem: dict];
|
||||
else
|
||||
[fTableView expandItem: dict];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user