Avoid assert on unhandled properties call
This commit is contained in:
parent
5d4ed4b21a
commit
86ebc85404
|
@ -2018,6 +2018,8 @@ int SCH_EDIT_TOOL::Properties( const TOOL_EVENT& aEvent )
|
|||
break;
|
||||
|
||||
case SCH_NO_CONNECT_T:
|
||||
case SCH_PIN_T:
|
||||
|
||||
break;
|
||||
|
||||
default: // Unexpected item
|
||||
|
|
Loading…
Reference in New Issue