B2025-038-Copy-a-step-between-two-screens #591

Merged
jjenko merged 1 commits from B2025-038-Copy-a-step-between-two-screens into Development 2025-08-12 08:46:00 -04:00

View File

@@ -4105,6 +4105,7 @@ namespace Volian.Controls.Library
public void DoCopyStep()
{
MyEditItem.SaveCurrentAndContents(); // B2025-038 copy step and text to another procedure in another screen.
// highlight selected step(s) and prompt to see if selection is what user wants:
if (MyFlexGrid != null) MyEditItem.IdentifyMe(true);
MyEditItem.IdentifyChildren(true);