Don't reset active layer to 0 after loading Gerber job file.
Fixes https://gitlab.com/kicad/code/kicad/issues/3388
This commit is contained in:
parent
5bed201a23
commit
b8e0b9759a
|
@ -229,8 +229,6 @@ bool GERBVIEW_FRAME::LoadGerberJobFile( const wxString& aFullFileName )
|
|||
|
||||
SortLayersByX2Attributes();
|
||||
|
||||
SetActiveLayer( 0 );
|
||||
|
||||
if( !msg.IsEmpty() )
|
||||
{
|
||||
wxSafeYield(); // Allows slice of time to redraw the screen
|
||||
|
|
Loading…
Reference in New Issue