Remove extraneous msgpanel update

OnModify right above also calls UpdateMsgPanel
This commit is contained in:
Marek Roszko 2020-12-09 18:41:16 -05:00
parent d7b79e71f2
commit bb4aa15736
1 changed files with 0 additions and 2 deletions

View File

@ -388,8 +388,6 @@ void BOARD_COMMIT::Push( const wxString& aMessage, bool aCreateUndoEntry, bool a
else
frame->Update3DView( true );
frame->UpdateMsgPanel();
clear();
}