re-work the LSET(int,...) constructor

This commit is contained in:
Dick Hollenbeck
2014-06-29 13:09:32 -05:00
parent 0a1665d5aa
commit add4d5eb6f
14 changed files with 80 additions and 38 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ void PCB_PARSER::init()
std::string untranslated = TO_UTF8( wxString( LSET::Name( LAYER_ID( layer ) ) ) );
m_layerIndices[ untranslated ] = LAYER_ID( layer );
m_layerMasks[ untranslated ] = LSET( layer );
m_layerMasks[ untranslated ] = LSET( LAYER_ID( layer ) );
}
m_layerMasks[ "*.Cu" ] = LSET::AllCuMask();