From a0956fbf9773c68b5e60c995e3dfa31f90ee7cfd Mon Sep 17 00:00:00 2001 From: Marek Roszko Date: Sat, 15 Aug 2020 12:13:58 -0400 Subject: [PATCH] text tool: msgpanel on motion is the same as msgpanel on not moved text.... --- pcbnew/tools/drawing_tool.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pcbnew/tools/drawing_tool.cpp b/pcbnew/tools/drawing_tool.cpp index 38684559a0..28d22c7c7d 100644 --- a/pcbnew/tools/drawing_tool.cpp +++ b/pcbnew/tools/drawing_tool.cpp @@ -480,7 +480,6 @@ int DRAWING_TOOL::PlaceText( const TOOL_EVENT& aEvent ) text->SetPosition( (wxPoint) cursorPos ); selection().SetReferencePoint( cursorPos ); m_view->Update( &selection() ); - frame()->SetMsgPanel( text ); } else if( text && evt->IsAction( &PCB_ACTIONS::properties ) )