Update the status panel after every commit.
This commit is contained in:
parent
4ffd3c8511
commit
7f9380af26
|
@ -263,8 +263,9 @@ void BOARD_COMMIT::Push( const wxString& aMessage )
|
||||||
if( !m_editModules )
|
if( !m_editModules )
|
||||||
frame->SaveCopyInUndoList( undoList, UR_UNSPECIFIED );
|
frame->SaveCopyInUndoList( undoList, UR_UNSPECIFIED );
|
||||||
|
|
||||||
frame->OnModify();
|
|
||||||
ratsnest->Recalculate();
|
ratsnest->Recalculate();
|
||||||
|
frame->OnModify();
|
||||||
|
frame->UpdateMsgPanel();
|
||||||
|
|
||||||
clear();
|
clear();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue