From 71f8d1db7489f9b8e26d9aad6063aa81fbb01ebb Mon Sep 17 00:00:00 2001 From: Klaas Pieter Annema Date: Wed, 22 Sep 2010 11:45:13 +0200 Subject: [PATCH] call selectionWill and didChange when setting selection indexes --- AppKit/CPArrayController.j | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AppKit/CPArrayController.j b/AppKit/CPArrayController.j index fe1d14419..b4f3365e3 100644 --- a/AppKit/CPArrayController.j +++ b/AppKit/CPArrayController.j @@ -342,7 +342,9 @@ - (BOOL)setSelectionIndexes:(CPIndexSet)indexes { + [self _selectionWillChange] [self __setSelectionIndexes:indexes]; + [self _selectionDidChange]; } /*