Fix Intersheet Refs navigation in eeschema
This commit is contained in:
parent
6850dd5482
commit
09aa28d78b
|
@ -768,7 +768,7 @@ void SCH_FIELD::DoHypertextAction( EDA_DRAW_FRAME* aFrame ) const
|
||||||
if( !href.IsEmpty() )
|
if( !href.IsEmpty() )
|
||||||
{
|
{
|
||||||
SCH_NAVIGATE_TOOL* navTool = aFrame->GetToolManager()->GetTool<SCH_NAVIGATE_TOOL>();
|
SCH_NAVIGATE_TOOL* navTool = aFrame->GetToolManager()->GetTool<SCH_NAVIGATE_TOOL>();
|
||||||
navTool->HypertextCommand( m_hyperlink );
|
navTool->HypertextCommand( href );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue