Re: Disabling NSOutlineView animations not respected in Mavericks

2013-10-30 Thread Sebastien Boisvert
I’ve tried setting that to NO (right after the +beginGrouping call) and it doesn’t make any difference. I’ve also tried to making +isCompatibleWithResponsiveScrolling return NO where appropriate - same result. On Oct 30, 2013, at 1:58 PM, Kyle Sluder wrote: > On Wed, Oct 30, 2013, at 10:16 A

Re: Disabling NSOutlineView animations not respected in Mavericks

2013-10-30 Thread Kyle Sluder
On Wed, Oct 30, 2013, at 10:16 AM, Sebastien Boisvert wrote: > We've noticed that disabling expand/collapse animations isn't respected > under Mavericks (still works fine in Lion/ML) - is there a specific way > to avoid it in Mavericks? > > Tthe trick we use (as per Apple): > > - (void)expandItem

Disabling NSOutlineView animations not respected in Mavericks

2013-10-30 Thread Sebastien Boisvert
We've noticed that disabling expand/collapse animations isn't respected under Mavericks (still works fine in Lion/ML) - is there a specific way to avoid it in Mavericks? Tthe trick we use (as per Apple): - (void)expandItem:(id)item expandChildren:(BOOL)expandChildren {     [NSAnimationContextbe