Browse Source

LIB_TREE_MODEL_ADAPTER is not symbol-specific.

(cherry picked from commit 4a35468301)
9.0
Jeff Young 9 months ago
parent
commit
a1dd583696
  1. 4
      include/lib_tree_model_adapter.h

4
include/lib_tree_model_adapter.h

@ -142,9 +142,7 @@ public:
void SaveSettings();
/**
* Set the symbol filter type. Must be set before adding libraries
*
* @param aFilter if SYM_FILTER_POWER, only power parts are loaded
* Set the filter. Must be set before adding libraries.
*/
void SetFilter( std::function<bool( LIB_TREE_NODE& aNode )>* aFilter ) { m_filter = aFilter; }

Loading…
Cancel
Save