Fp editor: Add automatic zoom when loading a fp from library.

When loading from a board, the automatic zoom was already in play.
This commit is contained in:
jean-pierre charras 2022-04-21 09:00:04 +02:00
parent 7cb7a68b0e
commit 4afe4c0aa0
1 changed files with 1 additions and 2 deletions

View File

@ -84,8 +84,7 @@ void FOOTPRINT_EDIT_FRAME::LoadFootprintFromLibrary( LIB_ID aFPID )
val->SetText( wxT( "Val**" ) );
}
if( m_zoomSelectBox->GetSelection() == 0 )
Zoom_Automatique( false );
Zoom_Automatique( false );
Update3DView( true, true );