Why does [NSOutlineView clickedRow] always return -1?
- by jxpx777
I have a fairly pedestrian non-editable NSOutlineView setup. In the bindings for the outline view, I have set the binding to my file's owner (MyDocument FWIW) with a selector of outlineViewWasDoubleClicked
The method exists and is called, but when I call -clickedRow it consistently returns -1 rather than the row number of the row that I double…