From be380cc312c9ffb157a9e95aacb15ba7d8f29200 Mon Sep 17 00:00:00 2001 From: Kathy Date: Tue, 3 Nov 2009 16:35:25 +0000 Subject: [PATCH] --- PROMS/Volian.Controls.Library/StepRTB.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);