Update RTree when rotating components

Fixes https://gitlab.com/kicad/code/kicad/issues/9061
This commit is contained in:
Seth Hillbrand 2021-08-31 16:36:10 -07:00
parent 04fa678265
commit b0ba8b01c4
1 changed files with 1 additions and 0 deletions

View File

@ -629,6 +629,7 @@ int SCH_EDIT_TOOL::Rotate( const TOOL_EVENT& aEvent )
connections |= item->IsConnectable();
m_frame->UpdateItem( item );
updateItem( item, true );
}
m_toolMgr->PostEvent( EVENTS::SelectedItemsModified );