This commit is contained in:
parent
b84bf35339
commit
be380cc312
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user