Don't place bookmarks for power symbols (like GND)
This commit is contained in:
parent
8f52821cd4
commit
2646be730d
|
@ -2066,7 +2066,8 @@ void SCH_SYMBOL::Plot( PLOTTER* aPlotter, bool aBackground ) const
|
|||
|
||||
aPlotter->EndBlock( nullptr );
|
||||
|
||||
aPlotter->Bookmark( GetBoundingBox(), GetField( REFERENCE_FIELD )->GetShownText(), _("Symbols") );
|
||||
if( !m_part->IsPower() )
|
||||
aPlotter->Bookmark( GetBoundingBox(), GetField( REFERENCE_FIELD )->GetShownText(), _("Symbols") );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue