Fix merge error.

This commit is contained in:
Jeff Young 2024-04-28 21:40:14 +01:00
parent 4f776050e6
commit baaa8b6537
1 changed files with 1 additions and 1 deletions

View File

@ -1572,7 +1572,7 @@ int SCH_EDIT_TOOL::EditField( const TOOL_EVENT& aEvent )
|| ( aEvent.IsAction( &EE_ACTIONS::editValue ) && field->GetId() != VALUE_FIELD )
|| ( aEvent.IsAction( &EE_ACTIONS::editFootprint ) && field->GetId() != FOOTPRINT_FIELD ) )
{
item = field->GetParentSymbol();
item = field->GetParent();
m_selectionTool->ClearSelection( true );
m_selectionTool->AddItemToSel( item );
}