Turned on the ability for Copy Step to copy a high level step to a sub-step level.
This commit is contained in:
parent
1f14a54c3e
commit
86f3339ed5
@ -995,9 +995,11 @@ namespace Volian.Controls.Library
|
|||||||
//copy item is high level step
|
//copy item is high level step
|
||||||
if (tmp.MyDisplayTabControl.MyCopyStep.IsHigh && !MyItemInfo.IsHigh)
|
if (tmp.MyDisplayTabControl.MyCopyStep.IsHigh && !MyItemInfo.IsHigh)
|
||||||
{
|
{
|
||||||
btnPasteBefore.Enabled = btnCMPasteBefore.Enabled = false;
|
// commenting these lines out allows us to use Copy Step to copy a High Level Step
|
||||||
btnPasteAfter.Enabled = btnCMPasteAfter.Enabled = false;
|
// to a sub-step level. - 05/18/2015 jsj
|
||||||
btnPasteReplace.Enabled = btnCMPasteReplace.Enabled = false;
|
//btnPasteBefore.Enabled = btnCMPasteBefore.Enabled = false;
|
||||||
|
//btnPasteAfter.Enabled = btnCMPasteAfter.Enabled = false;
|
||||||
|
//btnPasteReplace.Enabled = btnCMPasteReplace.Enabled = false;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (tmp.MyDisplayTabControl.MyCopyStep.IsHigh && MyItemInfo.IsHigh && tmp.MyDisplayTabControl.MyCopyStep.ItemID == MyItemInfo.ItemID)
|
if (tmp.MyDisplayTabControl.MyCopyStep.IsHigh && MyItemInfo.IsHigh && tmp.MyDisplayTabControl.MyCopyStep.ItemID == MyItemInfo.ItemID)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user