diff --git a/PROMS/Volian.Controls.Library/RTBItem.cs b/PROMS/Volian.Controls.Library/RTBItem.cs index c23490fe..ffa1e78c 100644 --- a/PROMS/Volian.Controls.Library/RTBItem.cs +++ b/PROMS/Volian.Controls.Library/RTBItem.cs @@ -429,6 +429,10 @@ namespace Volian.Controls.Library _MyLog.DebugFormat("_DisplayRTB_LinkGoTo " + args.LinkInfoText); MyStepPanel.OnLinkClicked(sender, args); } + void _MyStepRTB_RoInsert(object sender, StepRTBRoEventArgs args) + { + MyStepRTB.UpdateStepRtb(args.LinkText, args.ValText); + } /// /// Raise a OnLinkModifyTran event, when the user chooses to Modify a transition diff --git a/PROMS/Volian.Controls.Library/RTBItem.designer.cs b/PROMS/Volian.Controls.Library/RTBItem.designer.cs index 45115c07..8cf5dfb7 100644 Binary files a/PROMS/Volian.Controls.Library/RTBItem.designer.cs and b/PROMS/Volian.Controls.Library/RTBItem.designer.cs differ