This commit is contained in:
Kathy Ruffing 2009-11-03 16:35:25 +00:00
parent b84bf35339
commit be380cc312

View File

@ -196,7 +196,7 @@ namespace Volian.Controls.Library
if (!edit) if (!edit)
{ {
RemoveEventHandlers(); RemoveEventHandlers();
if (_MyItemInfo.IsTable || _MyItemInfo.IsFigure) if ((!_MyItemInfo.IsSection && !_MyItemInfo.IsProcedure) && (_MyItemInfo.IsTable || _MyItemInfo.IsFigure))
{ {
int typ = ((int)_MyItemInfo.MyContent.Type) % 10000; int typ = ((int)_MyItemInfo.MyContent.Type) % 10000;
OutlineTable(_MyItemInfo.ActiveFormat.PlantFormat.FormatData.StepDataList[typ].Type.IndexOf(@"Borderless")<0); OutlineTable(_MyItemInfo.ActiveFormat.PlantFormat.FormatData.StepDataList[typ].Type.IndexOf(@"Borderless")<0);