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