Re-add mistakenly removed empty line in 'kicad.cpp'

This commit is contained in:
Mikołaj Wielgus 2020-04-10 11:03:46 +00:00 committed by Ian McInerney
parent 59c971e1e1
commit 6a8ace55c4
1 changed files with 1 additions and 0 deletions

View File

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