Only enumerate active libraries
This commit is contained in:
parent
f48e868a79
commit
8b140186fe
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Reference in New Issue