Enable active project flag after importing an Eagle project

When active project flag is disabled, the application buttons are
disabled in the main launcher window. It usually happens when 'kicad'
runs without any project preloaded.
This commit is contained in:
Maciej Suminski 2017-11-23 10:33:40 +01:00
parent 0b66f29b58
commit 542040c474
1 changed files with 1 additions and 0 deletions

View File

@ -214,4 +214,5 @@ void KICAD_MANAGER_FRAME::OnImportEagleFiles( wxCommandEvent& event )
}
ReCreateTreePrj();
m_active_project = true;
}