Disabled zoom-to-fit when loading gerb files
This commit is contained in:
parent
9b7d056563
commit
8f4ff1e954
|
@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue