Remove extraneous msgpanel update
OnModify right above also calls UpdateMsgPanel
This commit is contained in:
parent
d7b79e71f2
commit
bb4aa15736
|
@ -388,8 +388,6 @@ void BOARD_COMMIT::Push( const wxString& aMessage, bool aCreateUndoEntry, bool a
|
|||
else
|
||||
frame->Update3DView( true );
|
||||
|
||||
frame->UpdateMsgPanel();
|
||||
|
||||
clear();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue