From 9414f65a3f0f08d64828dde8c8ca11a2f7849268 Mon Sep 17 00:00:00 2001 From: Michael Kavanagh Date: Sat, 30 May 2020 15:15:36 +0100 Subject: [PATCH] Eeschema: allow Properties... in wire context menu Seems to have been forgotten from 91fd0635 --- eeschema/tools/sch_edit_tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/tools/sch_edit_tool.cpp b/eeschema/tools/sch_edit_tool.cpp index 144b7d195a..b01ad82244 100644 --- a/eeschema/tools/sch_edit_tool.cpp +++ b/eeschema/tools/sch_edit_tool.cpp @@ -218,7 +218,7 @@ bool SCH_EDIT_TOOL::Init() { SCH_LINE* line = dynamic_cast( item ); - if( !line || !line->IsGraphicLine() ) + if( !line ) return false; }