Update
This commit is contained in:
parent
49aba5c67b
commit
9d1b99b08e
@ -2446,7 +2446,7 @@ namespace Volian.Controls.Library
|
||||
else // paste as child
|
||||
PasteAsChild(tn, iiClipboard.ItemID);
|
||||
|
||||
if (p.IndexOf("Replace") <= -1)
|
||||
//if (p.IndexOf("Replace") <= -1)
|
||||
this.Cursor = Cursors.Default;
|
||||
}
|
||||
|
||||
@ -2552,7 +2552,6 @@ namespace Volian.Controls.Library
|
||||
StepConfig replItemConfig = ii.MyConfig as StepConfig;
|
||||
if (replItemInfo != null)
|
||||
{
|
||||
OnOpenItem(this, new vlnTreeItemInfoEventArgs(replItemInfo));
|
||||
ItemInfo newEnhStep = replItemInfo.PasteEnhancedItems(copyStartID, ii, ItemInfo.EAddpingPart.Replace, chgId);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user