Update RTree when rotating components
Fixes https://gitlab.com/kicad/code/kicad/issues/9061
This commit is contained in:
parent
04fa678265
commit
b0ba8b01c4
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue