FOOTPRINT_EDIT_FRAME: do not delete settings when closing the frame.

They now are read when starting kicad, and must be not deleted.
This commit is contained in:
jean-pierre charras 2023-04-22 11:46:52 +02:00
parent 6e8a5acc66
commit 0c544f1f45
1 changed files with 0 additions and 2 deletions

View File

@ -809,8 +809,6 @@ void FOOTPRINT_EDIT_FRAME::doCloseWindow()
{
GFootprintList.WriteCacheToFile( Prj().GetProjectPath() + wxT( "fp-info-cache" ) );
}
mgr->FlushAndRelease( GetSettings() );
}