Engage brain before coding.
Fixes https://gitlab.com/kicad/code/kicad/issues/7123
This commit is contained in:
parent
2c9da4daa4
commit
c016ed7940
|
@ -549,7 +549,7 @@ bool DIALOG_CHANGE_SYMBOLS::processSymbol( SCH_COMPONENT* aSymbol, const SCH_SHE
|
|||
|
||||
aSymbol->SetLibSymbol( flattenedSymbol.release() );
|
||||
|
||||
if( m_resetAttributes )
|
||||
if( m_resetAttributes->GetValue() )
|
||||
{
|
||||
aSymbol->SetIncludeInBom( libSymbol->GetIncludeInBom() );
|
||||
aSymbol->SetIncludeOnBoard( libSymbol->GetIncludeOnBoard() );
|
||||
|
|
Loading…
Reference in New Issue