Rebuild project tree when unarchiving into project dir.
Fixes: lp:1749955 * https://bugs.launchpad.net/kicad/+bug/1749955
This commit is contained in:
parent
67ccf769c7
commit
e2f82118a2
|
@ -122,6 +122,12 @@ void KICAD_MANAGER_FRAME::OnUnarchiveFiles( wxCommandEvent& event )
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintMsg( wxT( "** end **\n" ) );
|
PrintMsg( wxT( "** end **\n" ) );
|
||||||
|
|
||||||
|
if( unzipDir == Prj().GetProjectPath() )
|
||||||
|
{
|
||||||
|
wxCommandEvent dummy;
|
||||||
|
OnRefresh( dummy );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue