Disabled zoom-to-fit when loading gerb files

This commit is contained in:
Pradeepa Senanayake 2021-07-25 12:48:26 +10:00 committed by Jeff Young
parent 9b7d056563
commit 8f4ff1e954
1 changed files with 1 additions and 4 deletions

View File

@ -193,10 +193,7 @@ bool GERBVIEW_FRAME::LoadGerberFiles( const wxString& aFullFileName )
// Set the busy cursor
wxBusyCursor wait;
bool success = LoadListOfGerberAndDrillFiles( currentPath, filenamesList );
Zoom_Automatique( false );
return success;
return LoadListOfGerberAndDrillFiles( currentPath, filenamesList );
}