Update hierarchy navigator when sheet schematic file is changed.

This commit is contained in:
Wayne Stambaugh 2024-10-03 12:07:55 -04:00
parent fddc61d885
commit 90e2dc78b1

View File

@ -2078,6 +2078,8 @@ int SCH_EDIT_TOOL::Properties( const TOOL_EVENT& aEvent )
{
if( isUndoable )
commit.Push( _( "Edit Sheet Properties" ) );
else
m_frame->UpdateHierarchyNavigator();
}
else
{