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:
@@ -809,8 +809,6 @@ void FOOTPRINT_EDIT_FRAME::doCloseWindow()
|
||||
{
|
||||
GFootprintList.WriteCacheToFile( Prj().GetProjectPath() + wxT( "fp-info-cache" ) );
|
||||
}
|
||||
|
||||
mgr->FlushAndRelease( GetSettings() );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user