Engage brain before coding.

Fixes https://gitlab.com/kicad/code/kicad/issues/7123
This commit is contained in:
Jeff Young 2021-01-18 15:15:20 +00:00
parent 2c9da4daa4
commit c016ed7940
1 changed files with 1 additions and 1 deletions

View File

@ -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() );