Symbol Editor: SCH_HTTP special treatment
Added SCH_HTTP to receive special treatment, same like with database libraries!
This commit is contained in:
parent
7c08aa09d5
commit
dc8a5865d5
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue