7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 22:03:47 +00:00

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

View File

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