mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-08 19:57:14 +00:00
Previously the method shouldSelectRow was called even it's the method selectionIndexesForProposedSelection was implemented by the delegate. Now it works as in Cocoa. The method selectionIndexesForProposedSelection is called when it has to be called, like in Cocoa. This PR adds new methods to check and call the delegate/datasource methods more easily Test app in Tests/Manual/TableTest/DelegateSelectionTest/