alexrozanski / PXSourceList

Source List control for the Mac
Other
638 stars 76 forks source link

Handle the required NSOutlineViewDataSource methods in PXSourceListDelegateDataSourceProxy if not implemented by the PXSourceListDataSource #31

Closed alexrozanski closed 10 years ago

alexrozanski commented 10 years ago

This will avoid the "Illegal NSOutlineView data source" messages logged to the console if these methods are missing.

Instead, we should handle these methods in PXSourceListDelegateDataSourceProxy and log our own error messages instead.