Eeschema: allow Properties... in wire context menu

Seems to have been forgotten from 91fd0635
This commit is contained in:
Michael Kavanagh 2020-05-30 15:15:36 +01:00 committed by Wayne Stambaugh
parent 598ed8b394
commit 9414f65a3f
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ bool SCH_EDIT_TOOL::Init()
{
SCH_LINE* line = dynamic_cast<SCH_LINE*>( item );
if( !line || !line->IsGraphicLine() )
if( !line )
return false;
}