This commit is contained in:
Kevin Laskey 2024-06-13 09:00:49 -04:00
parent 49aba5c67b
commit 9d1b99b08e

View File

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