Allow .kicad_sym in Import Symbol filters.

(cherry picked from commit cd27f801f6)
This commit is contained in:
Alex Shvartzkop 2024-02-29 17:36:32 +03:00 committed by dsa-t
parent c59fac4089
commit 978fa63490
1 changed files with 0 additions and 3 deletions

View File

@ -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 )