diff --git a/pcbnew/board_commit.cpp b/pcbnew/board_commit.cpp index 62139f711e..798f931160 100644 --- a/pcbnew/board_commit.cpp +++ b/pcbnew/board_commit.cpp @@ -263,8 +263,9 @@ void BOARD_COMMIT::Push( const wxString& aMessage ) if( !m_editModules ) frame->SaveCopyInUndoList( undoList, UR_UNSPECIFIED ); - frame->OnModify(); ratsnest->Recalculate(); + frame->OnModify(); + frame->UpdateMsgPanel(); clear(); }