fix off by one error in page index
This commit is contained in:
parent
bc178caec1
commit
fd4dd8b457
@ -119,7 +119,7 @@ Namespace Jobs
|
|||||||
Try
|
Try
|
||||||
Dim oSegments = pAnnotation.lines.points
|
Dim oSegments = pAnnotation.lines.points
|
||||||
Dim oColor = ColorTranslator.FromHtml(pAnnotation.strokeColor)
|
Dim oColor = ColorTranslator.FromHtml(pAnnotation.strokeColor)
|
||||||
Manager.SelectPage(pAnnotation.pageIndex)
|
Manager.SelectPage(pAnnotation.pageIndex + 1)
|
||||||
|
|
||||||
For Each oSegment As List(Of List(Of Single)) In oSegments
|
For Each oSegment As List(Of List(Of Single)) In oSegments
|
||||||
Dim oPoints = oSegment.
|
Dim oPoints = oSegment.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user