Jeff Young 2019-07-09 00:14:10 +01:00
parent fb881ee209
commit d3d0bdbe17
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,7 @@ int SCH_EDIT_TOOL::Rotate( const TOOL_EVENT& aEvent )
}
else if( selection.GetSize() > 1 )
{
rotPoint = (wxPoint)selection.GetReferencePoint();
rotPoint = m_frame->GetNearestGridPosition( (wxPoint)selection.GetCenter() );
for( unsigned ii = 0; ii < selection.GetSize(); ii++ )
{