C2024-004 #339

Merged
jjenko merged 4 commits from C2024-004 into Development 2024-06-19 14:12:04 -04:00
Showing only changes of commit 9d1b99b08e - Show all commits

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