Call UpdateHierarchyNavigator on find jump in schematic in case we cross pages

Fix #8971
This commit is contained in:
Marek Roszko 2021-09-19 08:35:51 -04:00
parent 403826b97c
commit e7814915db
1 changed files with 1 additions and 0 deletions

View File

@ -476,6 +476,7 @@ int SCH_EDITOR_CONTROL::FindNext( const TOOL_EVENT& aEvent )
screen->TestDanglingEnds();
m_frame->SetScreen( screen );
m_frame->UpdateHierarchyNavigator();
UpdateFind( ACTIONS::updateFind.MakeEvent() );
break;