Support transitions to sections

This commit is contained in:
Rich
2016-07-07 12:48:00 +00:00
parent c95527574f
commit 960e09f9fb
2 changed files with 16 additions and 7 deletions

View File

@@ -832,8 +832,8 @@ namespace Volian.Print.Library
DelimList.Add(c.ToString());
}
}
while (!pitem.IsHigh)
// B2016-160 Support transitions to sections
while (!pitem.IsSection && !pitem.IsHigh)
{
StepInfo stpinfo = StepInfo.Get(pitem.ItemID);
string thisTab = stpinfo.MyTab.CleanText; //StepInfo.Get(pitem.ItemID).MyTab.CleanText;