B2020-089: Page number transitions not resolving correctly in HLS that are upper cased
This commit is contained in:
@@ -573,7 +573,7 @@ namespace Volian.Controls.Library
|
||||
myLength += m.Groups[3].Length;
|
||||
}
|
||||
string gg = ((string)MyFlexGrid[r, c]).Substring(myIndex, myLength);
|
||||
if (gg.Contains("(Page ~)")) RtfTransPageNumList.Add(tid);
|
||||
if (gg.ToUpper().Contains("(PAGE ~)")) RtfTransPageNumList.Add(tid); // B2020-089, check for upper case Page ~ in case step was upper cased
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user