From 3b0feec801569185bde41faed2ef8d8dd689301c Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Thu, 14 May 2009 22:16:06 -0700 Subject: [PATCH] Closes 113. --- AppKit/CPCollectionView.j | 1 + 1 file changed, 1 insertion(+) diff --git a/AppKit/CPCollectionView.j b/AppKit/CPCollectionView.j index 43d95061c..bbbd9436e 100644 --- a/AppKit/CPCollectionView.j +++ b/AppKit/CPCollectionView.j @@ -127,6 +127,7 @@ { _itemData = [CPKeyedArchiver archivedDataWithRootObject:anItem]; _itemForDragging = anItem//[CPKeyedUnarchiver unarchiveObjectWithData:_itemData]; + _itemPrototype = anItem; [self reloadContent]; }