Eeschema: allow Properties... in wire context menu
Seems to have been forgotten from 91fd0635
This commit is contained in:
parent
598ed8b394
commit
9414f65a3f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue