Update the status panel after every commit.

This commit is contained in:
Maciej Suminski 2016-09-19 12:08:07 +02:00
parent 4ffd3c8511
commit 7f9380af26
1 changed files with 2 additions and 1 deletions

View File

@ -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();
}