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:
parent
2bcf38d2b6
commit
d0bc84bcbf
|
@ -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 )
|
if( textItem->Type() == SCH_GLOBAL_LABEL_T || textItem->Type() == SCH_HIER_LABEL_T )
|
||||||
lastGlobalLabelShape = textItem->GetShape();
|
lastGlobalLabelShape = textItem->GetShape();
|
||||||
|
|
||||||
// Prepare display to move the new item
|
|
||||||
PrepareMoveItem( textItem );
|
|
||||||
|
|
||||||
return textItem;
|
return textItem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue