mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-19 00:21:36 +00:00
Always start kicad mgr with the apps page.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19711
This commit is contained in:
parent
0748a1ca34
commit
d562336760
@ -837,6 +837,9 @@ void KICAD_MANAGER_FRAME::LoadProject( const wxFileName& aProjectFileName )
|
||||
OpenJobsFile( jobsetFn.GetFullPath(), false, false );
|
||||
}
|
||||
|
||||
// Always start with the apps page
|
||||
m_notebook->SetSelection( 0 );
|
||||
|
||||
// Rebuild the list of watched paths.
|
||||
// however this is possible only when the main loop event handler is running,
|
||||
// so we use it to run the rebuild function.
|
||||
|
Loading…
Reference in New Issue
Block a user