text tool: msgpanel on motion is the same as msgpanel on not moved text....
This commit is contained in:
parent
18e06c659c
commit
a0956fbf97
|
@ -480,7 +480,6 @@ int DRAWING_TOOL::PlaceText( const TOOL_EVENT& aEvent )
|
||||||
text->SetPosition( (wxPoint) cursorPos );
|
text->SetPosition( (wxPoint) cursorPos );
|
||||||
selection().SetReferencePoint( cursorPos );
|
selection().SetReferencePoint( cursorPos );
|
||||||
m_view->Update( &selection() );
|
m_view->Update( &selection() );
|
||||||
frame()->SetMsgPanel( text );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
else if( text && evt->IsAction( &PCB_ACTIONS::properties ) )
|
else if( text && evt->IsAction( &PCB_ACTIONS::properties ) )
|
||||||
|
|
Loading…
Reference in New Issue