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:
parent
0b66f29b58
commit
542040c474
|
@ -214,4 +214,5 @@ void KICAD_MANAGER_FRAME::OnImportEagleFiles( wxCommandEvent& event )
|
|||
}
|
||||
|
||||
ReCreateTreePrj();
|
||||
m_active_project = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue