Fix external check for KISYS3DMOD environment variable.

Fixes lp:1782708

https://bugs.launchpad.net/kicad/+bug/1782708
This commit is contained in:
Wayne Stambaugh 2018-07-23 12:47:13 -04:00
parent 306729f3b7
commit b8aec37ef1
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ bool PGM_BASE::InitPgm()
else
{
tmpFileName.AppendDir( wxT( "packages3d" ) );
envVarItem.SetDefinedExternally( true );
envVarItem.SetDefinedExternally( false );
}
envVarItem.SetValue( tmpFileName.GetFullPath() );