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