Fix missing initialization in PGM_KICAD.

This init was probably removed by mistake.
Fixes #12935
https://gitlab.com/kicad/code/kicad/issues/12935
This commit is contained in:
jean-pierre charras 2022-11-18 09:20:54 +01:00
parent 3c6f1cd0f9
commit 562676b9f8
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ bool PGM_KICAD::OnPgmInit()
m_bm.InitSettings( new KICAD_SETTINGS );
GetSettingsManager().RegisterSettings( PgmSettings() );
GetSettingsManager().SetKiway( &Kiway );
m_bm.Init();
// Add search paths to feed the PGM_KICAD::SysSearch() function,