Fix logic error in recent commit.
Fixes https://gitlab.com/kicad/code/kicad/issues/7118
This commit is contained in:
parent
2d282b8b19
commit
288ecb9a02
|
@ -165,6 +165,8 @@ wxString WS_DRAW_ITEM_LIST::BuildFullText( const wxString& aTextbase )
|
||||||
else if( m_titleBlock )
|
else if( m_titleBlock )
|
||||||
{
|
{
|
||||||
m_titleBlock->TextVarResolver( token, m_project );
|
m_titleBlock->TextVarResolver( token, m_project );
|
||||||
|
// no need for tokenUpdated; TextVarResolver() did a full resolve
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( tokenUpdated )
|
if( tokenUpdated )
|
||||||
|
|
Loading…
Reference in New Issue