Schematic: add TODO for multiple netclass assignments

This commit is contained in:
Mike Williams 2022-12-22 13:31:10 -05:00
parent 66799b60f8
commit eceee28c99
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ bool DIALOG_ASSIGN_NETCLASS::TransferDataFromWindow()
if( m_patternCtrl->GetValue().IsEmpty() )
return true;
// TODO: Rework when we support multiple netclass assignments
// Replace existing assignment if we have one
for( auto& assignment : netSettings->m_NetClassPatternAssignments )
{