Don't allow legacy and modern toolset to fight over moving objects.

Fixes: lp:1825427
* https://bugs.launchpad.net/kicad/+bug/1825427
This commit is contained in:
Jeff Young 2019-04-19 00:41:33 +01:00
parent 2bcf38d2b6
commit d0bc84bcbf
1 changed files with 0 additions and 3 deletions

View File

@ -117,9 +117,6 @@ SCH_TEXT* SCH_EDIT_FRAME::CreateNewText( int aType )
if( textItem->Type() == SCH_GLOBAL_LABEL_T || textItem->Type() == SCH_HIER_LABEL_T )
lastGlobalLabelShape = textItem->GetShape();
// Prepare display to move the new item
PrepareMoveItem( textItem );
return textItem;
}