From e7814915dbb8aaf7cff6d642371eb49c91446b8c Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sun, 19 Sep 2021 08:35:51 -0400 Subject: [PATCH] Call UpdateHierarchyNavigator on find jump in schematic in case we cross pages Fix #8971 --- eeschema/tools/sch_editor_control.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/eeschema/tools/sch_editor_control.cpp b/eeschema/tools/sch_editor_control.cpp index 76501decfc..ea0e4f4924 100644 --- a/eeschema/tools/sch_editor_control.cpp +++ b/eeschema/tools/sch_editor_control.cpp @@ -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;