diff --git a/PROMS/Volian.Controls.Library/vlnTreeView.cs b/PROMS/Volian.Controls.Library/vlnTreeView.cs index 5691a6ea..c9da73c4 100644 --- a/PROMS/Volian.Controls.Library/vlnTreeView.cs +++ b/PROMS/Volian.Controls.Library/vlnTreeView.cs @@ -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); } }