mirror of
https://github.com/nickshanks/ResKnife.git
synced 2025-04-18 22:41:58 +00:00
Sort properly on first load.
This commit is contained in:
parent
4336d176c5
commit
696c0e158d
@ -40,6 +40,7 @@ extern NSString *RKResourcePboardType;
|
||||
id old = resources;
|
||||
resources = [newResources retain];
|
||||
[old release];
|
||||
[resources sortUsingDescriptors:[outlineView sortDescriptors]];
|
||||
[outlineView reloadData];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user