B2019-009 Enable the Copy Step button when on a RNO step type
B2019-010 Don’t allow a CopyStep Paste Before or After when on a RNO step type
This commit is contained in:
@@ -64,6 +64,7 @@ namespace Volian.Controls.Library
|
||||
// do special case for cpystep button: cannot copy an enhanced step and can copy a supinfo
|
||||
if (MyItemInfo.IsEnhancedStep) str.SetCopyStepButton(false);
|
||||
if (MyItemInfo.IsSupInfoPart) str.SetCopyStepButton(allow);
|
||||
if (MyItemInfo.IsRNOPart) str.SetCopyStepButton(allow); //B2019-009 allow the selection of an RNO step type for CopyStep
|
||||
}
|
||||
|
||||
public EditItem(IContainer container)
|
||||
|
Reference in New Issue
Block a user