Browse Source

Gerbview: fix a typo that breaks gerber items collector.

7.0
jean-pierre charras 3 years ago
parent
commit
7768c8f119
  1. 2
      gerbview/gbr_layout.cpp

2
gerbview/gbr_layout.cpp

@ -93,7 +93,7 @@ INSPECT_RESULT GBR_LAYOUT::Visit( INSPECTOR inspector, void* testData,
if( gerber == nullptr ) // Graphic layer not yet used
continue;
if( gerber->Visit( inspector, testData, { scanType } ) == INSPECT_RESULT::QUIT )
if( gerber->Visit( inspector, testData, aScanTypes ) == INSPECT_RESULT::QUIT )
return INSPECT_RESULT::QUIT;
}
}

Loading…
Cancel
Save