FOOTPRINT_EDIT_FRAME: do not delete settings when closing the frame.

They now are read when starting kicad, and must be not deleted.


(cherry picked from commit 0c544f1f45)
This commit is contained in:
jean-pierre charras 2023-04-22 11:46:52 +02:00 committed by Mark Roszko
parent 7ddef03aba
commit 1c59574cbf
1 changed files with 0 additions and 2 deletions

View File

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