Browse Source

Fix Intersheet Refs navigation in eeschema

7.0
Roberto Fernandez Bautista 3 years ago
parent
commit
09aa28d78b
  1. 2
      eeschema/sch_field.cpp

2
eeschema/sch_field.cpp

@ -768,7 +768,7 @@ void SCH_FIELD::DoHypertextAction( EDA_DRAW_FRAME* aFrame ) const
if( !href.IsEmpty() )
{
SCH_NAVIGATE_TOOL* navTool = aFrame->GetToolManager()->GetTool<SCH_NAVIGATE_TOOL>();
navTool->HypertextCommand( m_hyperlink );
navTool->HypertextCommand( href );
}
}
}

Loading…
Cancel
Save