@ -367,9 +367,12 @@ std::vector<wxString> LIB_TABLE::GetLogicalLibs()
do
{
for( LIB_TABLE_ROWS_CITER it = cur->rows.begin(); it!=cur->rows.end(); ++it )
if( it->GetIsEnabled() )
unique.insert( it->GetNickName() );
}
} while( ( cur = cur->fallBack ) != 0 );