Re-add mistakenly removed empty line in 'kicad.cpp'
This commit is contained in:
parent
59c971e1e1
commit
6a8ace55c4
|
@ -118,6 +118,7 @@ bool PGM_KICAD::OnPgmInit()
|
|||
|
||||
if( it != GetLocalEnvVariables().end() && it->second.GetValue() != wxEmptyString )
|
||||
m_bm.m_search.Insert( it->second.GetValue(), 0 );
|
||||
|
||||
// The KICAD_USER_TEMPLATE_DIR takes precedence over KICAD_TEMPLATE_DIR and the search
|
||||
// stack template path.
|
||||
it = GetLocalEnvVariables().find( "KICAD_USER_TEMPLATE_DIR" );
|
||||
|
|
Loading…
Reference in New Issue