Autoplace fields if enabled after changing symbol
This commit is contained in:
parent
b4e71de89f
commit
371985b3e2
|
@ -679,6 +679,9 @@ bool DIALOG_CHANGE_SYMBOLS::processSymbol( SCH_SYMBOL* aSymbol, const SCH_SHEET_
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if( resetPositions && frame->eeconfig()->m_AutoplaceFields.enable )
|
||||||
|
aSymbol->AutoAutoplaceFields( screen );
|
||||||
|
|
||||||
aSymbol->SetSchSymbolLibraryName( wxEmptyString );
|
aSymbol->SetSchSymbolLibraryName( wxEmptyString );
|
||||||
screen->Append( aSymbol );
|
screen->Append( aSymbol );
|
||||||
frame->GetCanvas()->GetView()->Update( aSymbol );
|
frame->GetCanvas()->GetView()->Update( aSymbol );
|
||||||
|
|
Loading…
Reference in New Issue