text tool: msgpanel on motion is the same as msgpanel on not moved text....

This commit is contained in:
Marek Roszko 2020-08-15 12:13:58 -04:00 committed by Wayne Stambaugh
parent 18e06c659c
commit a0956fbf97
1 changed files with 0 additions and 1 deletions

View File

@ -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 ) )