Annotation: don't select hover item

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/13352
This commit is contained in:
Mike Williams 2023-01-23 16:49:23 -05:00
parent 9861ed1a5f
commit b39aae6a93
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ void SCH_EDIT_FRAME::AnnotateSymbols( ANNOTATE_SCOPE_T aAnnotateScope,
bool appendUndo )
{
EE_SELECTION_TOOL* selTool = m_toolManager->GetTool<EE_SELECTION_TOOL>();
EE_SELECTION& selection = selTool->RequestSelection();
EE_SELECTION& selection = selTool->GetSelection();
SCH_REFERENCE_LIST references;
SCH_SCREENS screens( Schematic().Root() );