diff --git a/eeschema/tools/sch_drawing_tools.cpp b/eeschema/tools/sch_drawing_tools.cpp index 734fe2ec6c..3d36b1e0be 100644 --- a/eeschema/tools/sch_drawing_tools.cpp +++ b/eeschema/tools/sch_drawing_tools.cpp @@ -1272,7 +1272,7 @@ int SCH_DRAWING_TOOLS::TwoClickPlace( const TOOL_EVENT& aEvent ) { item = createSheetPin( sheet, label ); - if( item->Type() == SCH_SHEET_PIN_T) + if( item->Type() == SCH_SHEET_PIN_T ) { item->ClearSelected(); }