Skip to content
Snippets Groups Projects
Commit b0ba8b01 authored by Seth Hillbrand's avatar Seth Hillbrand :flag_il:
Browse files

Update RTree when rotating components

Fixes #9061
parent 04fa6782
No related branches found
No related tags found
No related merge requests found
Pipeline #362947202 passed
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment