diff --git a/eeschema/schedit.cpp b/eeschema/schedit.cpp index 9dd7031685..707c0ca820 100644 --- a/eeschema/schedit.cpp +++ b/eeschema/schedit.cpp @@ -188,8 +188,8 @@ void SCH_EDIT_FRAME::Process_Special_Functions( wxCommandEvent& event ) screen->SetCurItem( NULL ); SetRepeatItem( NULL ); - if( screen->TestDanglingEnds() ) - m_canvas->Refresh(); + screen->TestDanglingEnds(); + m_canvas->Refresh(); break;