C2021-018 logic to support showing Alarm Point RO info in the step Editor

This commit is contained in:
2022-03-21 19:42:37 +00:00
parent 0d464dfa10
commit fdc72f891d
3 changed files with 305 additions and 0 deletions

View File

@@ -869,6 +869,7 @@ namespace Volian.Controls.Library
}
else
{
if (MyStepPanel == null) return; // C2021-018 check for null reference (display alarm point table info in editor)
if (MyStepRTB.Focused) // If active Set BackColor to the active color
MyStepRTB.BackColor = MyStepPanel.ActiveColor;
else // Otherwise Set the BackColor to either the InactiveColor or the AnnotationColor