Allow .kicad_sym in Import Symbol filters.
(cherry picked from commit cd27f801f6
)
This commit is contained in:
parent
c59fac4089
commit
978fa63490
|
@ -53,9 +53,6 @@ void SYMBOL_EDIT_FRAME::ImportSymbol()
|
|||
|
||||
for( const SCH_IO_MGR::SCH_FILE_T& fileType : SCH_IO_MGR::SCH_FILE_T_vector )
|
||||
{
|
||||
if( fileType == SCH_IO_MGR::SCH_KICAD || fileType == SCH_IO_MGR::SCH_LEGACY )
|
||||
continue; // this is "Import non-KiCad schematic"
|
||||
|
||||
IO_RELEASER<SCH_IO> pi( SCH_IO_MGR::FindPlugin( fileType ) );
|
||||
|
||||
if( !pi )
|
||||
|
|
Loading…
Reference in New Issue