Do not move footprint fields twice when performing Move Exactly

Fixes https://gitlab.com/kicad/code/kicad/issues/8062
This commit is contained in:
Mikolaj Wielgus 2021-03-30 00:02:28 +02:00 committed by Seth Hillbrand
parent 1931677316
commit 7655533412
1 changed files with 2 additions and 1 deletions

View File

@ -1931,6 +1931,7 @@ int EDIT_TOOL::MoveExact( const TOOL_EVENT& aEvent )
}
}
if( !item->GetParent() || !item->GetParent()->IsSelected() )
item->Move( translation );
switch( rotationAnchor )