alexrozanski / PXSourceList

Source List control for the Mac
Other
639 stars 77 forks source link

shouldSelectItem #19

Closed RVLVR closed 10 years ago

RVLVR commented 12 years ago

the shouldSelectItem doesn't get called.

bynelus commented 12 years ago

You can resolve this by removing the method:

from the PXSourceList implementation file.

The reason is that Apple prefers to use outlineView: selectionIndexesForProposedSelection: above outlineView: shouldSelectItem so that last method should be called when the first is not implemented.

alexrozanski commented 10 years ago

Fixed in PXSourceList 2.0.0