Symbol Editor: SCH_HTTP special treatment

Added SCH_HTTP to receive special treatment, same like with database libraries!
This commit is contained in:
afkiwers 2023-10-01 09:23:24 +11:00 committed by Jon Evans
parent 7c08aa09d5
commit dc8a5865d5
1 changed files with 3 additions and 1 deletions

View File

@ -150,7 +150,9 @@ bool SYMBOL_EDIT_FRAME::LoadSymbol( const LIB_ID& aLibId, int aUnit, int aConver
if( SYMBOL_LIB_TABLE_ROW* lib = m_libMgr->GetLibrary( aLibId.GetLibNickname() ) )
{
if( lib->SchLibType() == SCH_IO_MGR::SCH_DATABASE
|| lib->SchLibType() == SCH_IO_MGR::SCH_CADSTAR_ARCHIVE )
|| lib->SchLibType() == SCH_IO_MGR::SCH_CADSTAR_ARCHIVE
|| lib->SchLibType() == SCH_IO_MGR::SCH_HTTP )
{
try
{