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
|
// Set the busy cursor
|
||||||
wxBusyCursor wait;
|
wxBusyCursor wait;
|
||||||
|
|
||||||
bool success = LoadListOfGerberAndDrillFiles( currentPath, filenamesList );
|
return LoadListOfGerberAndDrillFiles( currentPath, filenamesList );
|
||||||
Zoom_Automatique( false );
|
|
||||||
|
|
||||||
return success;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue