Call UpdateHierarchyNavigator on find jump in schematic in case we cross pages
Fix #8971
This commit is contained in:
parent
403826b97c
commit
e7814915db
|
@ -476,6 +476,7 @@ int SCH_EDITOR_CONTROL::FindNext( const TOOL_EVENT& aEvent )
|
||||||
screen->TestDanglingEnds();
|
screen->TestDanglingEnds();
|
||||||
|
|
||||||
m_frame->SetScreen( screen );
|
m_frame->SetScreen( screen );
|
||||||
|
m_frame->UpdateHierarchyNavigator();
|
||||||
UpdateFind( ACTIONS::updateFind.MakeEvent() );
|
UpdateFind( ACTIONS::updateFind.MakeEvent() );
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue