Support transitions to sections
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user