Stefan Schmiedl (2008-10-24 10:57):
> Where do I need to prod and poke to make this happen?
found it ...
MultiSelectionSequenceView>>useSingleSelectionIndex
change
(self selections size = 1 and: [self isSelected: anIndex])
ifTrue: [^self retractSelectionIndex: anIndex].
to
(self selections size = 1 and: [self isSelected: anIndex])
ifTrue: [^self].
Deselecting still works with Ctrl-Click, which is even consistent
with the way other apps handle lists.
just making smalltalk,
s.
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc