Load local settings even when not setting project active
Fixes https://gitlab.com/kicad/code/kicad/-/issues/10179
This commit is contained in:
parent
bb388d47fc
commit
0065036899
|
@ -867,6 +867,8 @@ bool SETTINGS_MANAGER::LoadProject( const wxString& aFullPath, bool aSetActive )
|
|||
|
||||
if( aSetActive )
|
||||
settings = RegisterSettings( settings );
|
||||
else
|
||||
settings->LoadFromFile( path.GetPath() );
|
||||
|
||||
m_projects[fullPath]->setLocalSettings( settings );
|
||||
|
||||
|
|
Loading…
Reference in New Issue