This commit is contained in:
@@ -126,9 +126,8 @@ namespace Volian.Controls.Library
|
||||
Circle = true;
|
||||
if (_TabFormat == "o ")
|
||||
CheckOff = true;
|
||||
if ((value.ItemID % 25) == 0)
|
||||
ChangeBar = true;
|
||||
#endif
|
||||
ChangeBar = _MyItemInfo.HasChangeBar();
|
||||
value.MyContent.Changed += new ContentInfoEvent(MyContent_Changed);
|
||||
}
|
||||
}
|
||||
@@ -784,7 +783,7 @@ namespace Volian.Controls.Library
|
||||
_MyStepSectionLayoutData = itemInfo.ActiveFormat.PlantFormat.FormatData.SectData.StepSectionData.StepSectionLayoutData;
|
||||
//// TIMING: DisplayItem.TimeIt("CSLARTB _Layout");
|
||||
if (myParentStepItem != null)
|
||||
SeqLevel = myParentStepItem.SeqLevel + ((myChildRelation == ChildRelation.After || myChildRelation == ChildRelation.Before) && TemporaryFormat.IsSequential(itemInfo) ? 1 : 0);
|
||||
SeqLevel = myParentStepItem.SeqLevel + ((myChildRelation == ChildRelation.After || myChildRelation == ChildRelation.Before) && itemInfo.IsSequential ? 1 : 0);
|
||||
//// TIMING: DisplayItem.TimeIt("CSLARTB seqLevel");
|
||||
MyItemInfo = itemInfo;
|
||||
}
|
||||
|
Reference in New Issue
Block a user