From bb4aa1573661b5509a910c0c0545055c5eb2fd8a Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Wed, 9 Dec 2020 18:41:16 -0500 Subject: [PATCH] Remove extraneous msgpanel update OnModify right above also calls UpdateMsgPanel --- pcbnew/board_commit.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/pcbnew/board_commit.cpp b/pcbnew/board_commit.cpp index a1fb040ab7..2acb964aae 100644 --- a/pcbnew/board_commit.cpp +++ b/pcbnew/board_commit.cpp @@ -388,8 +388,6 @@ void BOARD_COMMIT::Push( const wxString& aMessage, bool aCreateUndoEntry, bool a else frame->Update3DView( true ); - frame->UpdateMsgPanel(); - clear(); }