This commit is contained in:
jean-pierre charras 2023-03-30 13:48:37 +02:00
parent cd90887e06
commit e1d47dfac4
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ LSET CLI::EXPORT_PCB_BASE_COMMAND::convertLayerStringList( wxString& aLayerStrin
// Search for a layer name in canonical layer name used in GUI (not translated):
else if( m_layerGuiMasks.count( token ) )
{
layerMask |= m_layerMasks.at(token);
layerMask |= m_layerGuiMasks.at(token);
aLayerArgSet = true;
}
else