alexrozanski/PXSourceList

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

alexrozanski opened this issue · 0 comments

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.