OrderedCollectionInspectorView.st
changeset 17873 55caf185e54f
parent 16817 2a7b77006cbf
child 18756 d2d6b41085fd
--- a/OrderedCollectionInspectorView.st	Mon Jan 01 15:59:38 2018 +0100
+++ b/OrderedCollectionInspectorView.st	Mon Jan 01 15:59:47 2018 +0100
@@ -166,8 +166,7 @@
 !OrderedCollectionInspectorView methodsFor:'user interaction'!
 
 indexedValueAtIndex:idx
-    ^ inspectedObject at:idx ifAbsent:nil.
-
+    ^ inspectedObject at:idx ifAbsent:NoLongerPresentDummyObject.
 !
 
 indexedValueAtIndex:idx put:newValue