diff --git a/PROMS/Volian.Controls.Library/StepRTB.cs b/PROMS/Volian.Controls.Library/StepRTB.cs index 97d3e7e1..89d0efec 100644 --- a/PROMS/Volian.Controls.Library/StepRTB.cs +++ b/PROMS/Volian.Controls.Library/StepRTB.cs @@ -196,7 +196,7 @@ namespace Volian.Controls.Library if (!edit) { RemoveEventHandlers(); - if (_MyItemInfo.IsTable || _MyItemInfo.IsFigure) + if ((!_MyItemInfo.IsSection && !_MyItemInfo.IsProcedure) && (_MyItemInfo.IsTable || _MyItemInfo.IsFigure)) { int typ = ((int)_MyItemInfo.MyContent.Type) % 10000; OutlineTable(_MyItemInfo.ActiveFormat.PlantFormat.FormatData.StepDataList[typ].Type.IndexOf(@"Borderless")<0);