Browse Source

Annotation: don't select hover item

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/13352
7.0
Mike Williams 3 years ago
parent
commit
b39aae6a93
  1. 2
      eeschema/annotate.cpp

2
eeschema/annotate.cpp

@ -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() );

Loading…
Cancel
Save